CertificateResponseInner Class

public final class CertificateResponseInner
extends ProxyResource

The X509 Certificate.

Constructor Summary

Constructor Description
CertificateResponseInner()

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: The entity tag.

CertificateProperties properties()

Get the properties property: properties of a certificate.

void validate()

Validates the instance.

CertificateResponseInner withProperties(CertificateProperties properties)

Set the properties property: properties of a certificate.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

CertificateResponseInner

public CertificateResponseInner()

Method Details

etag

public String etag()

Get the etag property: The entity tag.

Returns:

the etag value.

properties

public CertificateProperties properties()

Get the properties property: properties of a certificate.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public CertificateResponseInner withProperties(CertificateProperties properties)

Set the properties property: properties of a certificate.

Parameters:

properties - the properties value to set.

Returns:

the CertificateResponseInner object itself.

Applies to