Class InboundConnectionEndpointCertificateSummary
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.InboundConnectionEndpointCertificateSummary
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.557-07:00") public class InboundConnectionEndpointCertificateSummary extends Object
Inbound Connection Endpoint Certificate Summary
-
-
Constructor Summary
Constructors Constructor Description InboundConnectionEndpointCertificateSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCertificateType()
Getter for certificateType.Long
getExpiration()
Getter for expiration.String
getState()
Getter for state.String
getStatusMessage()
Getter for statusMessage.int
hashCode()
void
setCertificateType(String certificateType)
Setter for certificateType.void
setExpiration(Long expiration)
Setter for expiration.void
setState(String state)
Setter for state.void
setStatusMessage(String statusMessage)
Setter for statusMessage.String
toString()
-
-
-
Method Detail
-
getExpiration
public Long getExpiration()
Getter for expiration. The timestamp of when the Inbound Connection Endpoint Certificate expires
-
setExpiration
public void setExpiration(Long expiration)
Setter for expiration. The timestamp of when the Inbound Connection Endpoint Certificate expires
-
getCertificateType
public String getCertificateType()
Getter for certificateType. The type of the Inbound Connection Endpoint Certificate
-
setCertificateType
public void setCertificateType(String certificateType)
Setter for certificateType. The type of the Inbound Connection Endpoint Certificate
-
getState
public String getState()
Getter for state. The state of the Inbound Connection Endpoint Certificate
-
setState
public void setState(String state)
Setter for state. The state of the Inbound Connection Endpoint Certificate
-
getStatusMessage
public String getStatusMessage()
Getter for statusMessage. The status message of the Inbound Connection Endpoint Certificate
-
setStatusMessage
public void setStatusMessage(String statusMessage)
Setter for statusMessage. The status message of the Inbound Connection Endpoint Certificate
-
-