Class CredentialsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.replicationmanager.model.CredentialsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:20.396-07:00") public class CredentialsResponse extends CdpResponse
Response object for cloud credentials.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description CredentialsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterCrn()
Getter for clusterCrn.String
getClusterUrl()
Getter for clusterUrl.CredentialCollection
getCredentials()
Getter for credentials.String
getReplicationEngineType()
Getter for replicationEngineType.int
hashCode()
void
setClusterCrn(String clusterCrn)
Setter for clusterCrn.void
setClusterUrl(String clusterUrl)
Setter for clusterUrl.void
setCredentials(CredentialCollection credentials)
Setter for credentials.void
setReplicationEngineType(String replicationEngineType)
Setter for replicationEngineType.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
-
getClusterCrn
public String getClusterCrn()
Getter for clusterCrn. Cluster CRN.
-
setClusterCrn
public void setClusterCrn(String clusterCrn)
Setter for clusterCrn. Cluster CRN.
-
getClusterUrl
public String getClusterUrl()
Getter for clusterUrl. Cluster URL.
-
setClusterUrl
public void setClusterUrl(String clusterUrl)
Setter for clusterUrl. Cluster URL.
-
getReplicationEngineType
public String getReplicationEngineType()
Getter for replicationEngineType. Replication engine type.
-
setReplicationEngineType
public void setReplicationEngineType(String replicationEngineType)
Setter for replicationEngineType. Replication engine type.
-
getCredentials
public CredentialCollection getCredentials()
Getter for credentials. Cloud credentials.
-
setCredentials
public void setCredentials(CredentialCollection credentials)
Setter for credentials. Cloud credentials.
-
-