Package org.openapitools.client.model
Class DomainCertificate
java.lang.Object
org.openapitools.client.model.DomainCertificate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class DomainCertificate
extends Object
DomainCertificate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificate
(String certificate) certificateChain
(String certificateChain) boolean
Get certificateGet certificateChainGet privateKeygetType()
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
Get certificate- Returns:
- certificate
-
setCertificate
-
certificateChain
-
getCertificateChain
Get certificateChain- Returns:
- certificateChain
-
setCertificateChain
-
privateKey
-
getPrivateKey
Get privateKey- Returns:
- privateKey
-
setPrivateKey
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-