Class EnvironmentSummary
- java.lang.Object
-
- com.cloudera.cdp.environments.model.EnvironmentSummary
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class EnvironmentSummary extends Object
The environment summary.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.ZonedDateTime
getCreated()
Getter for created.String
getCredentialName()
Getter for credentialName.String
getCrn()
Getter for crn.String
getDescription()
Getter for description.String
getEnvironmentName()
Getter for environmentName.String
getProxyConfigName()
Getter for proxyConfigName.String
getRegion()
Getter for region.String
getStatus()
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
setCrn(String crn)
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
setRegion(String region)
Setter for region.void
setStatus(String status)
Setter for status.String
toString()
-
-
-
Method Detail
-
getEnvironmentName
public String getEnvironmentName()
Getter for environmentName. Name of the environment.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
Setter for environmentName. Name of the environment.
-
getCrn
public String getCrn()
Getter for crn. CRN of the environment.
-
setCrn
public void setCrn(String crn)
Setter for crn. CRN of the environment.
-
getStatus
public String getStatus()
Getter for status. Status of the environment,
-
setStatus
public void setStatus(String status)
Setter for status. Status of the environment,
-
getRegion
public String getRegion()
Getter for region. Region of the environment.
-
setRegion
public void setRegion(String region)
Setter for region. Region of the environment.
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. Cloud platform of the environment.
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. Cloud platform of the environment.
-
getCredentialName
public String getCredentialName()
Getter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens.
-
setCredentialName
public void setCredentialName(String credentialName)
Setter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens.
-
getDescription
public String getDescription()
Getter for description. Description of the environment.
-
setDescription
public void setDescription(String description)
Setter for description. Description of the environment.
-
getCreated
public ZonedDateTime getCreated()
Getter for created. Creation date
-
setCreated
public void setCreated(ZonedDateTime created)
Setter for created. Creation date
-
getProxyConfigName
public String getProxyConfigName()
Getter for proxyConfigName. Name of the proxy config of the environment.
-
setProxyConfigName
public void setProxyConfigName(String proxyConfigName)
Setter for proxyConfigName. Name of the proxy config of the environment.
-
-