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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java