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