Class InboundConnectionEndpointClientCertificateRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointClientCertificateRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.557-07:00") public class InboundConnectionEndpointClientCertificateRequest extends Object
Request object to retrieve Inbound Connection Endpoint client's certificate.
-
-
Constructor Summary
Constructors Constructor Description InboundConnectionEndpointClientCertificateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCrn()
Getter for crn.String
getEnvironmentCrn()
Getter for environmentCrn.String
getId()
Deprecated.int
hashCode()
void
setCrn(String crn)
Setter for crn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setId(String id)
Deprecated.String
toString()
-
-
-
Method Detail
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. The CRN of an environment to execute the command.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. The CRN of an environment to execute the command.
-
getId
@Deprecated public String getId()
Deprecated.Getter for id. The Inbound Connection Endpoint identifier. Deprecated. Use 'crn' instead
-
setId
@Deprecated public void setId(String id)
Deprecated.Setter for id. The Inbound Connection Endpoint identifier. Deprecated. Use 'crn' instead
-
getCrn
public String getCrn()
Getter for crn. The CRN of the Inbound Connection Endpoint
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the Inbound Connection Endpoint
-
-