VerificationCodeResponseProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. models. VerificationCodeResponseProperties
- com.
public final class VerificationCodeResponseProperties
The VerificationCodeResponseProperties model.
Constructor Summary
Constructor | Description | |
---|---|---|
VerificationCodeResponseProperties() |
Method Summary
Modifier and Type | Method and Description |
---|---|
byte[] |
certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content. |
String |
created()
Get the created property: Certificate created time. |
String |
expiry()
Get the expiry property: Code expiry. |
Boolean |
isVerified()
Get the is |
String |
subject()
Get the subject property: Certificate subject. |
String |
thumbprint()
Get the thumbprint property: Certificate thumbprint. |
String |
updated()
Get the updated property: Certificate updated time. |
void |
validate()
Validates the instance. |
String |
verificationCode()
Get the verification |
Verification |
withCertificate(byte[] certificate)
Set the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content. |
Verification |
withCreated(String created)
Set the created property: Certificate created time. |
Verification |
withExpiry(String expiry)
Set the expiry property: Code expiry. |
Verification |
withIsVerified(Boolean isVerified)
Set the is |
Verification |
withSubject(String subject)
Set the subject property: Certificate subject. |
Verification |
withThumbprint(String thumbprint)
Set the thumbprint property: Certificate thumbprint. |
Verification |
withUpdated(String updated)
Set the updated property: Certificate updated time. |
Verification |
withVerificationCode(String verificationCode)
Set the verification |
Methods inherited from java.lang.Object
Constructor Details
VerificationCodeResponseProperties
public VerificationCodeResponseProperties()
Method Details
certificate
public byte[] certificate()
Get the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content.
Returns:
created
public String created()
Get the created property: Certificate created time.
Returns:
expiry
public String expiry()
Get the expiry property: Code expiry.
Returns:
isVerified
public Boolean isVerified()
Get the isVerified property: Indicate if the certificate is verified by owner of private key.
Returns:
subject
public String subject()
Get the subject property: Certificate subject.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: Certificate thumbprint.
Returns:
updated
public String updated()
Get the updated property: Certificate updated time.
Returns:
validate
public void validate()
Validates the instance.
verificationCode
public String verificationCode()
Get the verificationCode property: Verification code.
Returns:
withCertificate
public VerificationCodeResponseProperties withCertificate(byte[] certificate)
Set the certificate property: base-64 representation of X509 certificate .cer file or just .pem file content.
Parameters:
Returns:
withCreated
public VerificationCodeResponseProperties withCreated(String created)
Set the created property: Certificate created time.
Parameters:
Returns:
withExpiry
public VerificationCodeResponseProperties withExpiry(String expiry)
Set the expiry property: Code expiry.
Parameters:
Returns:
withIsVerified
public VerificationCodeResponseProperties withIsVerified(Boolean isVerified)
Set the isVerified property: Indicate if the certificate is verified by owner of private key.
Parameters:
Returns:
withSubject
public VerificationCodeResponseProperties withSubject(String subject)
Set the subject property: Certificate subject.
Parameters:
Returns:
withThumbprint
public VerificationCodeResponseProperties withThumbprint(String thumbprint)
Set the thumbprint property: Certificate thumbprint.
Parameters:
Returns:
withUpdated
public VerificationCodeResponseProperties withUpdated(String updated)
Set the updated property: Certificate updated time.
Parameters:
Returns:
withVerificationCode
public VerificationCodeResponseProperties withVerificationCode(String verificationCode)
Set the verificationCode property: Verification code.
Parameters:
Returns:
Applies to
Azure SDK for Java