public class Certificate extends Object
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
DeleteCertificateError |
deleteCertificateError()
Get the deleteCertificateError value.
|
CertificateState |
previousState()
Get the previousState value.
|
org.joda.time.DateTime |
previousStateTransitionTime()
Get the previousStateTransitionTime value.
|
String |
publicData()
Get the publicData value.
|
CertificateState |
state()
Get the state value.
|
org.joda.time.DateTime |
stateTransitionTime()
Get the stateTransitionTime value.
|
String |
thumbprint()
Get the thumbprint value.
|
String |
thumbprintAlgorithm()
Get the thumbprintAlgorithm value.
|
String |
url()
Get the url value.
|
Certificate |
withDeleteCertificateError(DeleteCertificateError deleteCertificateError)
Set the deleteCertificateError value.
|
Certificate |
withPreviousState(CertificateState previousState)
Set the previousState value.
|
Certificate |
withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
Certificate |
withPublicData(String publicData)
Set the publicData value.
|
Certificate |
withState(CertificateState state)
Set the state value.
|
Certificate |
withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
Certificate |
withThumbprint(String thumbprint)
Set the thumbprint value.
|
Certificate |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm value.
|
Certificate |
withUrl(String url)
Set the url value.
|
public String thumbprint()
public Certificate withThumbprint(String thumbprint)
thumbprint
- the thumbprint value to setpublic String thumbprintAlgorithm()
public Certificate withThumbprintAlgorithm(String thumbprintAlgorithm)
thumbprintAlgorithm
- the thumbprintAlgorithm value to setpublic String url()
public Certificate withUrl(String url)
url
- the url value to setpublic CertificateState state()
public Certificate withState(CertificateState state)
state
- the state value to setpublic org.joda.time.DateTime stateTransitionTime()
public Certificate withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
stateTransitionTime
- the stateTransitionTime value to setpublic CertificateState previousState()
public Certificate withPreviousState(CertificateState previousState)
previousState
- the previousState value to setpublic org.joda.time.DateTime previousStateTransitionTime()
public Certificate withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
previousStateTransitionTime
- the previousStateTransitionTime value to setpublic String publicData()
public Certificate withPublicData(String publicData)
publicData
- the publicData value to setpublic DeleteCertificateError deleteCertificateError()
public Certificate withDeleteCertificateError(DeleteCertificateError deleteCertificateError)
deleteCertificateError
- the deleteCertificateError value to setCopyright © 2019. All rights reserved.