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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for certificateSummaries.getCrn()
Getter for crn.Getter for deploymentCrn.Getter for fullyQualifiedDomainName.Getter for projectCrn.getState()
Getter for state.int
hashCode()
void
setCertificateSummaries
(List<InboundConnectionEndpointCertificateSummary> certificateSummaries) Setter for certificateSummaries.void
Setter for crn.void
setDeploymentCrn
(String deploymentCrn) Setter for deploymentCrn.void
setFullyQualifiedDomainName
(String fullyQualifiedDomainName) Setter for fullyQualifiedDomainName.void
setProjectCrn
(String projectCrn) Setter for projectCrn.void
Setter for state.toString()
-
Constructor Details
-
InboundConnectionEndpointSummary
public InboundConnectionEndpointSummary()
-
-
Method Details
-
getFullyQualifiedDomainName
Getter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname -
setFullyQualifiedDomainName
Setter for fullyQualifiedDomainName. The FQDN of the inbound connection hostname -
getState
Getter for state. State of the Inbound Connection Endpoint -
setState
Setter for state. State of the Inbound Connection Endpoint -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the deployment the hostname is assigned to -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the deployment the hostname is assigned to -
getCrn
Getter for crn. The CRN of the Inbound Connection Endpoint -
setCrn
Setter for crn. The CRN of the Inbound Connection Endpoint -
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
Getter for projectCrn. The CRN of the project. -
setProjectCrn
Setter for projectCrn. The CRN of the project. -
equals
-
hashCode
public int hashCode() -
toString
-