Class PackageStorageSetup
java.lang.Object
de.iip_ecosphere.platform.deviceMgt.storage.PackageStorageSetup
POJO class for the Storage Setup.
- Author:
- Dennis Pidun, University of Hildesheim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the authentication key pointing to the identity store.Get the bucket.Get the endpoint.Get the packageDescriptor.Get the packageFilename.Get the prefix.Get the region.voidsetAuthenticationKey(String authenticationKey) Set the authentication key pointing to the identity store.voidSet the bucket.voidsetEndpoint(String endpoint) Set the endpoint.voidsetPackageDescriptor(String packageDescriptor) Set the packageDescriptor.voidsetPackageFilename(String packageFilename) Set the packageFilename.voidSet the prefix.voidReturns the region.
-
Field Details
-
endpoint
-
region
-
authenticationKey
-
bucket
-
prefix
-
packageDescriptor
-
packageFilename
-
-
Constructor Details
-
PackageStorageSetup
public PackageStorageSetup()Default constructor, used by SnakeYaml.
-
-
Method Details
-
getBucket
Get the bucket.- Returns:
- the bucket
-
setBucket
Set the bucket. [required by SnakeYaml]- Parameters:
bucket- the bucket
-
getEndpoint
Get the endpoint.- Returns:
- the endpoint
-
setEndpoint
Set the endpoint. [required by SnakeYaml]- Parameters:
endpoint- the endpoint
-
getRegion
Get the region. The region interpretation depends on the cloud provider. Irrelevant for local installations.- Returns:
- the region
-
setRegion
Returns the region. The region interpretation depends on the cloud provider. Irrelevant for local installations. [required by SnakeYaml]- Parameters:
region- the region (null is turned to into an empty string)
-
getAuthenticationKey
Get the authentication key pointing to the identity store.- Returns:
- the authentication key, may be empty or null for none
-
setAuthenticationKey
Set the authentication key pointing to the identity store. [required by SnakeYaml]- Parameters:
authenticationKey- the authentication key
-
getPrefix
Get the prefix.- Returns:
- the prefix
-
setPrefix
Set the prefix. [required by SnakeYaml]- Parameters:
prefix- the prefix
-
getPackageDescriptor
Get the packageDescriptor.- Returns:
- the packageDescriptor
-
setPackageDescriptor
Set the packageDescriptor. [required by SnakeYaml]- Parameters:
packageDescriptor- the packageDescriptor
-
getPackageFilename
Get the packageFilename.- Returns:
- the packageFilename
-
setPackageFilename
Set the packageFilename. [required by SnakeYaml]- Parameters:
packageFilename- the packageFilename
-