Package com.mypurecloud.sdk.v2.model
Class TrustedCertificateInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.TrustedCertificateInfo
- All Implemented Interfaces:
Serializable
TrustedCertificateInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the certificatebooleaninthashCode()serialNumber(String serialNumber) The serial number of the certificatevoidsetDescription(String description) voidsetSerialNumber(String serialNumber) voidsetSignature(String signature) The signature of the certificatetoString()
-
Constructor Details
-
TrustedCertificateInfo
public TrustedCertificateInfo() -
TrustedCertificateInfo
-
-
Method Details
-
description
The description of the certificate -
getDescription
-
setDescription
-
serialNumber
The serial number of the certificate -
getSerialNumber
-
setSerialNumber
-
signature
The signature of the certificate -
getSignature
-
setSignature
-
equals
-
hashCode
public int hashCode() -
toString
-