Package io.gs2.log.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.log.request.CreateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getType()voidsetAwsAccessKeyId(String awsAccessKeyId) voidsetAwsRegion(String awsRegion) voidsetAwsSecretAccessKey(String awsSecretAccessKey) voidsetBigQueryDatasetName(String bigQueryDatasetName) voidsetDescription(String description) voidsetFirehoseStreamName(String firehoseStreamName) voidsetGcpCredentialJson(String gcpCredentialJson) voidsetLogExpireDays(Integer logExpireDays) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withAwsAccessKeyId(String awsAccessKeyId) withAwsRegion(String awsRegion) withAwsSecretAccessKey(String awsSecretAccessKey) withBigQueryDatasetName(String bigQueryDatasetName) withDescription(String description) withFirehoseStreamName(String firehoseStreamName) withGcpCredentialJson(String gcpCredentialJson) withLogExpireDays(Integer logExpireDays) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateNamespaceRequest
public CreateNamespaceRequest()
-
-
Method Details
-
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
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-