CertificateIssuerItem Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. CertificateIssuerItem
- com.
public class CertificateIssuerItem
The certificate issuer item containing certificate issuer metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value. |
String |
provider()
Get the provider value. |
Certificate |
withId(String id)
Set the id value. |
Certificate |
withProvider(String provider)
Set the provider value. |
Method Details
id
public String id()
Get the id value.
Returns:
the id value
provider
public String provider()
Get the provider value.
Returns:
the provider value
withId
public CertificateIssuerItem withId(String id)
Set the id value.
Parameters:
id
- the id value to set
Returns:
the CertificateIssuerItem object itself.
withProvider
public CertificateIssuerItem withProvider(String provider)
Set the provider value.
Parameters:
provider
- the provider value to set
Returns:
the CertificateIssuerItem object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java