Class InboundConnectionEndpointSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class InboundConnectionEndpointSummary
    extends Object
    Inbound Connection Endpoint Summary
    • Constructor Detail

      • InboundConnectionEndpointSummary

        public InboundConnectionEndpointSummary()
    • Method Detail

      • getFullyQualifiedDomainName

        public String getFullyQualifiedDomainName()
        Getter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname
      • setFullyQualifiedDomainName

        public void setFullyQualifiedDomainName​(String fullyQualifiedDomainName)
        Setter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname
      • getState

        public String getState()
        Getter for state. State of the Inbound Connection Endpoint
      • setState

        public void setState​(String state)
        Setter for state. State of the Inbound Connection Endpoint
      • getDeploymentCrn

        public String getDeploymentCrn()
        Getter for deploymentCrn. The CRN of the deployment the hostname is assigned to
      • setDeploymentCrn

        public void setDeploymentCrn​(String deploymentCrn)
        Setter for deploymentCrn. The CRN of the deployment the hostname is assigned to
      • 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
      • setCertificateSummaries

        public void setCertificateSummaries​(List<InboundConnectionEndpointCertificateSummary> certificateSummaries)
        Setter for certificateSummaries. The summaries of certificates associated with the Inbound Connection Endpoint
      • getProjectCrn

        public String getProjectCrn()
        Getter for projectCrn. The CRN of the project.
      • setProjectCrn

        public void setProjectCrn​(String projectCrn)
        Setter for projectCrn. The CRN of the project.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object