Package io.gs2.log.model
Class Namespace
java.lang.Object
io.gs2.log.model.Namespace
- All Implemented Interfaces:
IModel,Serializable,Comparable<Namespace>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getType()inthashCode()voidsetAwsAccessKeyId(String awsAccessKeyId) voidsetAwsRegion(String awsRegion) voidsetAwsSecretAccessKey(String awsSecretAccessKey) voidsetBigQueryDatasetName(String bigQueryDatasetName) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetFirehoseStreamName(String firehoseStreamName) voidsetGcpCredentialJson(String gcpCredentialJson) voidsetLogExpireDays(Integer logExpireDays) voidvoidsetNamespaceId(String namespaceId) voidsetRevision(Long revision) voidvoidvoidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAwsAccessKeyId(String awsAccessKeyId) withAwsRegion(String awsRegion) withAwsSecretAccessKey(String awsSecretAccessKey) withBigQueryDatasetName(String bigQueryDatasetName) withCreatedAt(Long createdAt) withDescription(String description) withFirehoseStreamName(String firehoseStreamName) withGcpCredentialJson(String gcpCredentialJson) withLogExpireDays(Integer logExpireDays) withNamespaceId(String namespaceId) withRevision(Long revision) withStatus(String status) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getType
-
setType
-
withType
-
getGcpCredentialJson
-
setGcpCredentialJson
-
withGcpCredentialJson
-
getBigQueryDatasetName
-
setBigQueryDatasetName
-
withBigQueryDatasetName
-
getLogExpireDays
-
setLogExpireDays
-
withLogExpireDays
-
getAwsRegion
-
setAwsRegion
-
withAwsRegion
-
getAwsAccessKeyId
-
setAwsAccessKeyId
-
withAwsAccessKeyId
-
getAwsSecretAccessKey
-
setAwsSecretAccessKey
-
withAwsSecretAccessKey
-
getFirehoseStreamName
-
setFirehoseStreamName
-
withFirehoseStreamName
-
getStatus
-
setStatus
-
withStatus
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-