Class DescribeInboundConnectionEndpointRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.DescribeInboundConnectionEndpointRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class DescribeInboundConnectionEndpointRequest extends Object
Request object that contains the identifier of the Inbound Connection Endpoint to describe
-
-
Constructor Summary
Constructors Constructor Description DescribeInboundConnectionEndpointRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCrn()
Getter for crn.String
getEnvironmentCrn()
Getter for environmentCrn.int
hashCode()
void
setCrn(String crn)
Setter for crn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.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.
-
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
-
-