public class CertificateIssuerItem extends Object
| Constructor and Description |
|---|
CertificateIssuerItem() |
| Modifier and Type | Method and 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.
|
public String id()
public CertificateIssuerItem withId(String id)
id - the id value to setpublic String provider()
public CertificateIssuerItem withProvider(String provider)
provider - the provider value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/