public class CertificateReference extends Object
Constructor and Description |
---|
CertificateReference() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value.
|
CertificateStoreLocation |
storeLocation()
Get the storeLocation value.
|
String |
storeName()
Get the storeName value.
|
List<CertificateVisibility> |
visibility()
Get the visibility value.
|
CertificateReference |
withId(String id)
Set the id value.
|
CertificateReference |
withStoreLocation(CertificateStoreLocation storeLocation)
Set the storeLocation value.
|
CertificateReference |
withStoreName(String storeName)
Set the storeName value.
|
CertificateReference |
withVisibility(List<CertificateVisibility> visibility)
Set the visibility value.
|
public String id()
public CertificateReference withId(String id)
id
- the id value to setpublic CertificateStoreLocation storeLocation()
public CertificateReference withStoreLocation(CertificateStoreLocation storeLocation)
storeLocation
- the storeLocation value to setpublic String storeName()
public CertificateReference withStoreName(String storeName)
storeName
- the storeName value to setpublic List<CertificateVisibility> visibility()
public CertificateReference withVisibility(List<CertificateVisibility> visibility)
visibility
- the visibility value to setCopyright © 2019. All rights reserved.