Class Namespace

java.lang.Object
io.gs2.log.model.Namespace
All Implemented Interfaces:
IModel, Serializable, Comparable<Namespace>

public class Namespace extends Object implements IModel, Serializable, Comparable<Namespace>
See Also:
  • Constructor Details

    • Namespace

      public Namespace()
  • Method Details

    • getNamespaceId

      public String getNamespaceId()
    • setNamespaceId

      public void setNamespaceId(String namespaceId)
    • withNamespaceId

      public Namespace withNamespaceId(String namespaceId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Namespace withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public Namespace withDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • withType

      public Namespace withType(String type)
    • getGcpCredentialJson

      public String getGcpCredentialJson()
    • setGcpCredentialJson

      public void setGcpCredentialJson(String gcpCredentialJson)
    • withGcpCredentialJson

      public Namespace withGcpCredentialJson(String gcpCredentialJson)
    • getBigQueryDatasetName

      public String getBigQueryDatasetName()
    • setBigQueryDatasetName

      public void setBigQueryDatasetName(String bigQueryDatasetName)
    • withBigQueryDatasetName

      public Namespace withBigQueryDatasetName(String bigQueryDatasetName)
    • getLogExpireDays

      public Integer getLogExpireDays()
    • setLogExpireDays

      public void setLogExpireDays(Integer logExpireDays)
    • withLogExpireDays

      public Namespace withLogExpireDays(Integer logExpireDays)
    • getAwsRegion

      public String getAwsRegion()
    • setAwsRegion

      public void setAwsRegion(String awsRegion)
    • withAwsRegion

      public Namespace withAwsRegion(String awsRegion)
    • getAwsAccessKeyId

      public String getAwsAccessKeyId()
    • setAwsAccessKeyId

      public void setAwsAccessKeyId(String awsAccessKeyId)
    • withAwsAccessKeyId

      public Namespace withAwsAccessKeyId(String awsAccessKeyId)
    • getAwsSecretAccessKey

      public String getAwsSecretAccessKey()
    • setAwsSecretAccessKey

      public void setAwsSecretAccessKey(String awsSecretAccessKey)
    • withAwsSecretAccessKey

      public Namespace withAwsSecretAccessKey(String awsSecretAccessKey)
    • getFirehoseStreamName

      public String getFirehoseStreamName()
    • setFirehoseStreamName

      public void setFirehoseStreamName(String firehoseStreamName)
    • withFirehoseStreamName

      public Namespace withFirehoseStreamName(String firehoseStreamName)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • withStatus

      public Namespace withStatus(String status)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Namespace withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Namespace withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Namespace withRevision(Long revision)
    • fromJson

      public static Namespace fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Namespace o)
      Specified by:
      compareTo in interface Comparable<Namespace>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object