Package com.dtsx.astra.sdk.db.domain
Class Database
java.lang.Object
com.dtsx.astra.sdk.db.domain.Database
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'availableActions'.getCost()
Getter accessor for attribute 'cost'.Getter accessor for attribute 'cqlshUrl'.Getter accessor for attribute 'creationTime'.Getter accessor for attribute 'dataEndpointUrl'.Getter accessor for attribute 'grafanaUrl'.Getter accessor for attribute 'graphqlUrl'.getId()
Getter accessor for attribute 'id'.getInfo()
Getter accessor for attribute 'info'.Getter accessor for attribute 'lastUsageTime'.Getter accessor for attribute 'metrics'.Getter accessor for attribute 'observedStatus'.getOrgId()
Getter accessor for attribute 'orgId'.Getter accessor for attribute 'ownerId'.Getter accessor for attribute 'status'.Getter accessor for attribute 'storage'.Getter accessor for attribute 'studioUrl'.Getter accessor for attribute 'terminationTime'.void
setAvailableActions
(Set<String> availableActions) Setter accessor for attribute 'availableActions'.void
setCost
(DatabaseCost cost) Setter accessor for attribute 'cost'.void
setCqlshUrl
(String cqlshUrl) Setter accessor for attribute 'cqlshUrl'.void
setCreationTime
(String creationTime) Setter accessor for attribute 'creationTime'.void
setDataEndpointUrl
(String dataEndpointUrl) Setter accessor for attribute 'dataEndpointUrl'.void
setGrafanaUrl
(String grafanaUrl) Setter accessor for attribute 'grafanaUrl'.void
setGraphqlUrl
(String graphqlUrl) Setter accessor for attribute 'graphqlUrl'.void
Setter accessor for attribute 'id'.void
setInfo
(DatabaseInfo info) Setter accessor for attribute 'info'.void
setLastUsageTime
(String lastUsageTime) Setter accessor for attribute 'lastUsageTime'.void
setMetrics
(DatabaseMetrics metrics) Setter accessor for attribute 'metrics'.void
setObservedStatus
(DatabaseStatusType observedStatus) Setter accessor for attribute 'observedStatus'.void
Setter accessor for attribute 'orgId'.void
setOwnerId
(String ownerId) Setter accessor for attribute 'ownerId'.void
setStatus
(DatabaseStatusType status) Setter accessor for attribute 'status'.void
setStorage
(DatabaseStorage storage) Setter accessor for attribute 'storage'.void
setStudioUrl
(String studioUrl) Setter accessor for attribute 'studioUrl'.void
setTerminationTime
(String terminationTime) Setter accessor for attribute 'terminationTime'.
-
Constructor Details
-
Database
public Database()
-
-
Method Details
-
getId
Getter accessor for attribute 'id'.- Returns:
- current value of 'id'
-
setId
Setter accessor for attribute 'id'.- Parameters:
id
- new value for 'id '
-
getOrgId
Getter accessor for attribute 'orgId'.- Returns:
- current value of 'orgId'
-
setOrgId
Setter accessor for attribute 'orgId'.- Parameters:
orgId
- new value for 'orgId '
-
getOwnerId
Getter accessor for attribute 'ownerId'.- Returns:
- current value of 'ownerId'
-
setOwnerId
Setter accessor for attribute 'ownerId'.- Parameters:
ownerId
- new value for 'ownerId '
-
getInfo
Getter accessor for attribute 'info'.- Returns:
- current value of 'info'
-
setInfo
Setter accessor for attribute 'info'.- Parameters:
info
- new value for 'info '
-
getCreationTime
Getter accessor for attribute 'creationTime'.- Returns:
- current value of 'creationTime'
-
setCreationTime
Setter accessor for attribute 'creationTime'.- Parameters:
creationTime
- new value for 'creationTime '
-
getTerminationTime
Getter accessor for attribute 'terminationTime'.- Returns:
- current value of 'terminationTime'
-
setTerminationTime
Setter accessor for attribute 'terminationTime'.- Parameters:
terminationTime
- new value for 'terminationTime '
-
getCost
Getter accessor for attribute 'cost'.- Returns:
- current value of 'cost'
-
setCost
Setter accessor for attribute 'cost'.- Parameters:
cost
- new value for 'cost '
-
getStudioUrl
Getter accessor for attribute 'studioUrl'.- Returns:
- current value of 'studioUrl'
-
setStudioUrl
Setter accessor for attribute 'studioUrl'.- Parameters:
studioUrl
- new value for 'studioUrl '
-
getGrafanaUrl
Getter accessor for attribute 'grafanaUrl'.- Returns:
- current value of 'grafanaUrl'
-
setGrafanaUrl
Setter accessor for attribute 'grafanaUrl'.- Parameters:
grafanaUrl
- new value for 'grafanaUrl '
-
getCqlshUrl
Getter accessor for attribute 'cqlshUrl'.- Returns:
- current value of 'cqlshUrl'
-
setCqlshUrl
Setter accessor for attribute 'cqlshUrl'.- Parameters:
cqlshUrl
- new value for 'cqlshUrl '
-
getGraphqlUrl
Getter accessor for attribute 'graphqlUrl'.- Returns:
- current value of 'graphqlUrl'
-
setGraphqlUrl
Setter accessor for attribute 'graphqlUrl'.- Parameters:
graphqlUrl
- new value for 'graphqlUrl '
-
getDataEndpointUrl
Getter accessor for attribute 'dataEndpointUrl'.- Returns:
- current value of 'dataEndpointUrl'
-
setDataEndpointUrl
Setter accessor for attribute 'dataEndpointUrl'.- Parameters:
dataEndpointUrl
- new value for 'dataEndpointUrl '
-
getMetrics
Getter accessor for attribute 'metrics'.- Returns:
- current value of 'metrics'
-
setMetrics
Setter accessor for attribute 'metrics'.- Parameters:
metrics
- new value for 'metrics '
-
setStatus
Setter accessor for attribute 'status'.- Parameters:
status
- new value for 'status '
-
setStorage
Setter accessor for attribute 'storage'.- Parameters:
storage
- new value for 'storage '
-
setAvailableActions
Setter accessor for attribute 'availableActions'.- Parameters:
availableActions
- new value for 'availableActions '
-
getStatus
Getter accessor for attribute 'status'.- Returns:
- current value of 'status'
-
getStorage
Getter accessor for attribute 'storage'.- Returns:
- current value of 'storage'
-
getAvailableActions
Getter accessor for attribute 'availableActions'.- Returns:
- current value of 'availableActions'
-
getLastUsageTime
Getter accessor for attribute 'lastUsageTime'.- Returns:
- current value of 'lastUsageTime'
-
setLastUsageTime
Setter accessor for attribute 'lastUsageTime'.- Parameters:
lastUsageTime
- new value for 'lastUsageTime '
-
getObservedStatus
Getter accessor for attribute 'observedStatus'.- Returns:
- current value of 'observedStatus'
-
setObservedStatus
Setter accessor for attribute 'observedStatus'.- Parameters:
observedStatus
- new value for 'observedStatus '
-