Class DescribeInboundConnectionEndpointRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.DescribeInboundConnectionEndpointRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class DescribeInboundConnectionEndpointRequest extends Object
Request object that contains the identifier of the Inbound Connection Endpoint to describe
  • Constructor Details Link icon

    • DescribeInboundConnectionEndpointRequest Link icon

      public DescribeInboundConnectionEndpointRequest()
  • Method Details Link icon

    • getEnvironmentCrn Link icon

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn Link icon

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getCrn Link icon

      public String getCrn()
      Getter for crn. The CRN of the Inbound Connection Endpoint
    • setCrn Link icon

      public void setCrn(String crn)
      Setter for crn. The CRN of the Inbound Connection Endpoint
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object