public class Namespace extends Object implements IModel, Serializable, Comparable<Namespace>
| Constructor and Description |
|---|
Namespace() |
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getGcpCredentialJson()
public void setGcpCredentialJson(String gcpCredentialJson)
public String getBigQueryDatasetName()
public void setBigQueryDatasetName(String bigQueryDatasetName)
public Integer getLogExpireDays()
public void setLogExpireDays(Integer logExpireDays)
public String getAwsRegion()
public void setAwsRegion(String awsRegion)
public String getAwsAccessKeyId()
public void setAwsAccessKeyId(String awsAccessKeyId)
public String getAwsSecretAccessKey()
public void setAwsSecretAccessKey(String awsSecretAccessKey)
public String getFirehoseStreamName()
public void setFirehoseStreamName(String firehoseStreamName)
public String getStatus()
public void setStatus(String status)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Namespace fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Namespace o)
compareTo in interface Comparable<Namespace>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.