Package com.exasol.bucketfs.jsonrpc
Class CreateBucketCommand.Request
- java.lang.Object
-
- com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
-
- Enclosing class:
- CreateBucketCommand
public static class CreateBucketCommand.Request extends Object
This class represents the create bucket request to the JSON rpc API of the Exasol database. Must be public to allow JSON mapping. Not accessible for the user.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucketFsName()Get BucketFsName.StringgetBucketName()Get BucketName.StringgetReadPassword()Get ReadPassword.StringgetWritePassword()Get WritePassword.booleanisPublic()Get IsPublic.
-
-
-
Method Detail
-
getBucketFsName
public String getBucketFsName()
Get BucketFsName.- Returns:
- bucket fs name
-
getBucketName
public String getBucketName()
Get BucketName.- Returns:
- bucket name
-
isPublic
public boolean isPublic()
Get IsPublic.- Returns:
- public
-
getReadPassword
public String getReadPassword()
Get ReadPassword.- Returns:
- read password
-
getWritePassword
public String getWritePassword()
Get WritePassword.- Returns:
- write password
-
-