Class InboundConnectionEndpointClientCertificateRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointClientCertificateRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-01-18T15:00:51.610-08: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 Modifier and Type Method Description boolean
equals(Object o)
String
getEnvironmentCrn()
Getter for environmentCrn.String
getId()
Getter for id.int
hashCode()
void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setId(String id)
Setter for id.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
public String getId()
Getter for id. The Inbound Connection Endpoint identifier
-
setId
public void setId(String id)
Setter for id. The Inbound Connection Endpoint identifier
-
-