Package io.gs2.inbox.request
Class UpdateGlobalMessageMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateGlobalMessageMasterRequest>
io.gs2.inbox.request.UpdateGlobalMessageMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateGlobalMessageMasterRequest
extends Gs2BasicRequest<UpdateGlobalMessageMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetExpiresAt(Long expiresAt) voidsetExpiresTimeSpan(TimeSpan expiresTimeSpan) voidsetGlobalMessageName(String globalMessageName) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetReadAcquireActions(List<AcquireAction> readAcquireActions) com.fasterxml.jackson.databind.JsonNodetoJson()withExpiresAt(Long expiresAt) withExpiresTimeSpan(TimeSpan expiresTimeSpan) withGlobalMessageName(String globalMessageName) withMetadata(String metadata) withNamespaceName(String namespaceName) withReadAcquireActions(List<AcquireAction> readAcquireActions) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateGlobalMessageMasterRequest
public UpdateGlobalMessageMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getGlobalMessageName
-
setGlobalMessageName
-
withGlobalMessageName
-
getMetadata
-
setMetadata
-
withMetadata
-
getReadAcquireActions
-
setReadAcquireActions
-
withReadAcquireActions
public UpdateGlobalMessageMasterRequest withReadAcquireActions(List<AcquireAction> readAcquireActions) -
getExpiresTimeSpan
-
setExpiresTimeSpan
-
withExpiresTimeSpan
-
getExpiresAt
-
setExpiresAt
-
withExpiresAt
-
fromJson
public static UpdateGlobalMessageMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-