@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-05-16T09:57:44.653-07:00") public class ClusterSummary extends Object
Constructor and Description |
---|
ClusterSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCloudPlatform()
Getter for cloudPlatform.
|
ZonedDateTime |
getCreationDate()
Getter for creationDate.
|
Actor |
getCreator()
Getter for creator.
|
String |
getCrn()
Getter for crn.
|
String |
getEnvironmentCrn()
Getter for environmentCrn.
|
String |
getId()
Getter for id.
|
String |
getStatus()
Getter for status.
|
int |
hashCode() |
void |
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.
|
void |
setCreationDate(ZonedDateTime creationDate)
Setter for creationDate.
|
void |
setCreator(Actor creator)
Setter for creator.
|
void |
setCrn(String crn)
Setter for crn.
|
void |
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.
|
void |
setId(String id)
Setter for id.
|
void |
setStatus(String status)
Setter for status.
|
String |
toString() |
public String getCrn()
public void setCrn(String crn)
public String getId()
public void setId(String id)
public String getEnvironmentCrn()
public void setEnvironmentCrn(String environmentCrn)
public String getStatus()
public void setStatus(String status)
public Actor getCreator()
public void setCreator(Actor creator)
public ZonedDateTime getCreationDate()
public void setCreationDate(ZonedDateTime creationDate)
public String getCloudPlatform()
public void setCloudPlatform(String cloudPlatform)
Copyright © 2022. All rights reserved.