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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DomainCertificate
extends Object
implements Serializable
Defines the properties of the certificate
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncertificate
(String certificate) certificateChain
(String certificateChain) boolean
Certificate contentCertificate chainCertificate private keygetType()
Get typeint
hashCode()
privateKey
(String privateKey) void
setCertificate
(String certificate) void
setCertificateChain
(String certificateChain) void
setPrivateKey
(String privateKey) void
setType
(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
-