Class CertificateIssuerItem
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.CertificateIssuerItem
-
public class CertificateIssuerItem extends Object
The certificate issuer item containing certificate issuer metadata.
-
-
Constructor Summary
Constructors Constructor Description CertificateIssuerItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id value.String
provider()
Get the provider value.CertificateIssuerItem
withId(String id)
Set the id value.CertificateIssuerItem
withProvider(String provider)
Set the provider value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public CertificateIssuerItem withId(String id)
Set the id value.- Parameters:
id
- the id value to set- Returns:
- the CertificateIssuerItem object itself.
-
provider
public String provider()
Get the provider value.- Returns:
- the provider value
-
withProvider
public CertificateIssuerItem withProvider(String provider)
Set the provider value.- Parameters:
provider
- the provider value to set- Returns:
- the CertificateIssuerItem object itself.
-
-