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="2024-09-27T08:40:29.297-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for clusterUrl.Getter for credentials.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.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
CredentialsResponse
public CredentialsResponse()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. Cluster CRN. -
setClusterCrn
Setter for clusterCrn. Cluster CRN. -
getClusterUrl
Getter for clusterUrl. Cluster URL. -
setClusterUrl
Setter for clusterUrl. Cluster URL. -
getReplicationEngineType
Getter for replicationEngineType. Replication engine type. -
setReplicationEngineType
Setter for replicationEngineType. Replication engine type. -
getCredentials
Getter for credentials. Cloud credentials. -
setCredentials
Setter for credentials. Cloud credentials. -
equals
-
hashCode
public int hashCode() -
toString
-