CertificateListDescriptionInner Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. CertificateListDescriptionInner
- com.
public final class CertificateListDescriptionInner
The JSON-serialized array of Certificate objects.
Constructor Summary
Constructor | Description | |
---|---|---|
CertificateListDescriptionInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the instance. |
List<Certificate |
value()
Get the value property: The array of Certificate objects. |
Certificate |
withValue(List<CertificateResponseInner> value)
Set the value property: The array of Certificate objects. |
Methods inherited from java.lang.Object
Constructor Details
CertificateListDescriptionInner
public CertificateListDescriptionInner()
Method Details
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The array of Certificate objects.
Returns:
the value value.
withValue
public CertificateListDescriptionInner withValue(List
Set the value property: The array of Certificate objects.
Parameters:
value
- the value value to set.
Returns:
the CertificateListDescriptionInner object itself.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java