Class InboundConnectionEndpointSummary
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointSummary
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:22.850-07:00") public class InboundConnectionEndpointSummary extends Object
Inbound Connection Endpoint Summary
-
-
Constructor Summary
Constructors Constructor Description InboundConnectionEndpointSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<InboundConnectionEndpointCertificateSummary>
getCertificateSummaries()
Getter for certificateSummaries.String
getCrn()
Getter for crn.String
getDeploymentCrn()
Getter for deploymentCrn.String
getFullyQualifiedDomainName()
Getter for fullyQualifiedDomainName.String
getState()
Getter for state.int
hashCode()
void
setCertificateSummaries(List<InboundConnectionEndpointCertificateSummary> certificateSummaries)
Setter for certificateSummaries.void
setCrn(String crn)
Setter for crn.void
setDeploymentCrn(String deploymentCrn)
Setter for deploymentCrn.void
setFullyQualifiedDomainName(String fullyQualifiedDomainName)
Setter for fullyQualifiedDomainName.void
setState(String state)
Setter for state.String
toString()
-
-
-
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
-
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
-
-