CertificateResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. CertificateResponseInner
- com.
- com.
public final class CertificateResponseInner
extends ProxyResource
The X509 Certificate.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateResponseInner() |
Creates an instance of Certificate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: The entity tag. |
|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Certificate |
properties()
Get the properties property: properties of a certificate. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Certificate |
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()
Creates an instance of CertificateResponseInner class.
Method Details
etag
public String etag()
Get the etag property: The entity tag.
Returns:
fromJson
public static CertificateResponseInner fromJson(JsonReader jsonReader)
Reads an instance of CertificateResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CertificateResponseInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CertificateResponseInner.name()Returns:
properties
public CertificateProperties properties()
Get the properties property: properties of a certificate.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CertificateResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CertificateResponseInner.type()Returns:
withProperties
public CertificateResponseInner withProperties(CertificateProperties properties)
Set the properties property: properties of a certificate.
Parameters:
Returns: