Class DescribeInboundConnectionEndpointResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class DescribeInboundConnectionEndpointResponse
    extends CdpResponse
    Response object that describes an Inbound Connection Endpoint
    • Constructor Detail

      • DescribeInboundConnectionEndpointResponse

        public DescribeInboundConnectionEndpointResponse()
    • Method Detail

      • getInboundConnectionEndpointSummary

        public InboundConnectionEndpointSummary getInboundConnectionEndpointSummary()
        Getter for inboundConnectionEndpointSummary. Data that describes the Inbound Connection Endpoint.
      • setInboundConnectionEndpointSummary

        public void setInboundConnectionEndpointSummary​(InboundConnectionEndpointSummary inboundConnectionEndpointSummary)
        Setter for inboundConnectionEndpointSummary. Data that describes the Inbound Connection Endpoint.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object