Class InboundConnectionEndpointCertificateSummary
java.lang.Object
com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointCertificateSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class InboundConnectionEndpointCertificateSummary
extends Object
Inbound Connection Endpoint Certificate Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for certificateType.Getter for expiration.getState()
Getter for state.Getter for statusMessage.int
hashCode()
void
setCertificateType
(String certificateType) Setter for certificateType.void
setExpiration
(Long expiration) Setter for expiration.void
Setter for state.void
setStatusMessage
(String statusMessage) Setter for statusMessage.toString()
-
Constructor Details
-
InboundConnectionEndpointCertificateSummary
public InboundConnectionEndpointCertificateSummary()
-
-
Method Details
-
getExpiration
Getter for expiration. The timestamp of when the Inbound Connection Endpoint Certificate expires -
setExpiration
Setter for expiration. The timestamp of when the Inbound Connection Endpoint Certificate expires -
getCertificateType
Getter for certificateType. The type of the Inbound Connection Endpoint Certificate -
setCertificateType
Setter for certificateType. The type of the Inbound Connection Endpoint Certificate -
getState
Getter for state. The state of the Inbound Connection Endpoint Certificate -
setState
Setter for state. The state of the Inbound Connection Endpoint Certificate -
getStatusMessage
Getter for statusMessage. The status message of the Inbound Connection Endpoint Certificate -
setStatusMessage
Setter for statusMessage. The status message of the Inbound Connection Endpoint Certificate -
equals
-
hashCode
public int hashCode() -
toString
-