Package io.gs2.log.request
Class DeleteInsightRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteInsightRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetInsightName(String insightName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withInsightName(String insightName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DeleteInsightRequest
public DeleteInsightRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInsightName
-
setInsightName
-
withInsightName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-