Package com.okta.sdk.resource.model
Class DomainCertificate
java.lang.Object
com.okta.sdk.resource.model.DomainCertificate
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class DomainCertificate
extends Object
implements Serializable
Defines the properties of the certificate
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificate(String certificate) certificateChain(String certificateChain) booleanCertificate contentCertificate chainCertificate private keygetType()Get typeinthashCode()privateKey(String privateKey) voidsetCertificate(String certificate) voidsetCertificateChain(String certificateChain) voidsetPrivateKey(String privateKey) voidsetType(DomainCertificateType type) toString()type(DomainCertificateType type)
-
Field Details
-
JSON_PROPERTY_CERTIFICATE
- See Also:
-
JSON_PROPERTY_CERTIFICATE_CHAIN
- See Also:
-
JSON_PROPERTY_PRIVATE_KEY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
DomainCertificate
public DomainCertificate()
-
-
Method Details
-
certificate
-
getCertificate
Certificate content- Returns:
- certificate
-
setCertificate
-
certificateChain
-
getCertificateChain
Certificate chain- Returns:
- certificateChain
-
setCertificateChain
-
privateKey
-
getPrivateKey
Certificate private key- Returns:
- privateKey
-
setPrivateKey
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-