Package com.dtsx.astra.sdk.org.domain
Class KeyDefinition
java.lang.Object
com.dtsx.astra.sdk.org.domain.KeyDefinition
- All Implemented Interfaces:
Serializable
Hold the definition to create a key.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAws()
Getter accessor for attribute 'aws'.getGcp()
Getter accessor for attribute 'gcp'.getOrgId()
Getter accessor for attribute 'orgId'.void
Setter accessor for attribute 'aws'.void
Setter accessor for attribute 'gcp'.void
Setter accessor for attribute 'orgId'.
-
Constructor Details
-
KeyDefinition
public KeyDefinition()
-
-
Method Details
-
getOrgId
Getter accessor for attribute 'orgId'.- Returns:
- current value of 'orgId'
-
setOrgId
Setter accessor for attribute 'orgId'.- Parameters:
orgId
- new value for 'orgId '
-
getAws
Getter accessor for attribute 'aws'.- Returns:
- current value of 'aws'
-
setAws
Setter accessor for attribute 'aws'.- Parameters:
aws
- new value for 'aws '
-
getGcp
Getter accessor for attribute 'gcp'.- Returns:
- current value of 'gcp'
-
setGcp
Setter accessor for attribute 'gcp'.- Parameters:
gcp
- new value for 'gcp '
-