Class InboundConnectionEndpointSummary

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class InboundConnectionEndpointSummary extends Object
Inbound Connection Endpoint Summary
  • Constructor Details

    • InboundConnectionEndpointSummary

      public InboundConnectionEndpointSummary()
  • Method Details

    • 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
    • getCertificateSummaries

      public List<InboundConnectionEndpointCertificateSummary> getCertificateSummaries()
      Getter for certificateSummaries. The summaries of certificates associated with 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.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object