Package io.gs2.inventory.request
Class DescribeBigInventoryModelsRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DescribeBigInventoryModelsRequest>
io.gs2.inventory.request.DescribeBigInventoryModelsRequest
- All Implemented Interfaces:
IRequest,Serializable
public class DescribeBigInventoryModelsRequest
extends Gs2BasicRequest<DescribeBigInventoryModelsRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DescribeBigInventoryModelsRequest
public DescribeBigInventoryModelsRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
fromJson
public static DescribeBigInventoryModelsRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-