Class EnvironmentSummary
java.lang.Object
com.cloudera.cdp.environments.model.EnvironmentSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class EnvironmentSummary
extends Object
The environment summary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.Getter for created.Getter for credentialName.getCrn()
Getter for crn.Getter for description.Getter for environmentName.Getter for proxyConfigName.Getter for region.Getter for status.int
hashCode()
void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setCreated
(ZonedDateTime created) Setter for created.void
setCredentialName
(String credentialName) Setter for credentialName.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setProxyConfigName
(String proxyConfigName) Setter for proxyConfigName.void
Setter for region.void
Setter for status.toString()
-
Constructor Details
-
EnvironmentSummary
public EnvironmentSummary()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. Name of the environment. -
setEnvironmentName
Setter for environmentName. Name of the environment. -
getCrn
Getter for crn. CRN of the environment. -
setCrn
Setter for crn. CRN of the environment. -
getStatus
Getter for status. Status of the environment, -
setStatus
Setter for status. Status of the environment, -
getRegion
Getter for region. Region of the environment. -
setRegion
Setter for region. Region of the environment. -
getCloudPlatform
Getter for cloudPlatform. Cloud platform of the environment. -
setCloudPlatform
Setter for cloudPlatform. Cloud platform of the environment. -
getCredentialName
Getter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens. -
setCredentialName
Setter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens. -
getDescription
Getter for description. Description of the environment. -
setDescription
Setter for description. Description of the environment. -
getCreated
Getter for created. Creation date -
setCreated
Setter for created. Creation date -
getProxyConfigName
Getter for proxyConfigName. Name of the proxy config of the environment. -
setProxyConfigName
Setter for proxyConfigName. Name of the proxy config of the environment. -
equals
-
hashCode
public int hashCode() -
toString
-