Package com.cloudera.cdp.opdb.model
Class ListSupportedEnvironmentsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.opdb.model.ListSupportedEnvironmentsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.019-07:00") public class ListSupportedEnvironmentsResponse extends CdpResponse
A response which contains a list of available environments
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ListSupportedEnvironmentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Environment>
getEnvironments()
Getter for environments.int
hashCode()
void
setEnvironments(List<Environment> environments)
Setter for environments.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getEnvironments
public List<Environment> getEnvironments()
Getter for environments. The crn of the environment
-
setEnvironments
public void setEnvironments(List<Environment> environments)
Setter for environments. The crn of the environment
-
-