public class UpdateGlobalMessageMasterRequest extends Gs2BasicRequest<UpdateGlobalMessageMasterRequest>
| Constructor and Description |
|---|
UpdateGlobalMessageMasterRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateGlobalMessageMasterRequest withNamespaceName(String namespaceName)
public String getGlobalMessageName()
public void setGlobalMessageName(String globalMessageName)
public UpdateGlobalMessageMasterRequest withGlobalMessageName(String globalMessageName)
public String getMetadata()
public void setMetadata(String metadata)
public UpdateGlobalMessageMasterRequest withMetadata(String metadata)
public List<AcquireAction> getReadAcquireActions()
public void setReadAcquireActions(List<AcquireAction> readAcquireActions)
public UpdateGlobalMessageMasterRequest withReadAcquireActions(List<AcquireAction> readAcquireActions)
public TimeSpan getExpiresTimeSpan()
public void setExpiresTimeSpan(TimeSpan expiresTimeSpan)
public UpdateGlobalMessageMasterRequest withExpiresTimeSpan(TimeSpan expiresTimeSpan)
public Long getExpiresAt()
public void setExpiresAt(Long expiresAt)
public UpdateGlobalMessageMasterRequest withExpiresAt(Long expiresAt)
public static UpdateGlobalMessageMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.