Class InboundConnectionEndpointCertificateSummary
java.lang.Object
com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointCertificateSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class InboundConnectionEndpointCertificateSummary
extends Object
Inbound Connection Endpoint Certificate Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for certificateType.Getter for expiration.getState()Getter for state.Getter for statusMessage.inthashCode()voidsetCertificateType(String certificateType) Setter for certificateType.voidsetExpiration(Long expiration) Setter for expiration.voidSetter for state.voidsetStatusMessage(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
-