Class ListInboundConnectionEndpointsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class ListInboundConnectionEndpointsResponse
    extends CdpResponse
    Response object that contains a list of Inbound Connection Endpoints
    • Constructor Detail

      • ListInboundConnectionEndpointsResponse

        public ListInboundConnectionEndpointsResponse()
    • Method Detail

      • getInboundConnectionEndpoints

        public List<InboundConnectionEndpointSummary> getInboundConnectionEndpoints()
        Getter for inboundConnectionEndpoints. A list of Inbound Connection Endpoints.
      • setInboundConnectionEndpoints

        public void setInboundConnectionEndpoints​(List<InboundConnectionEndpointSummary> inboundConnectionEndpoints)
        Setter for inboundConnectionEndpoints. A list of Inbound Connection Endpoints.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object