public class CertificateGetOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static CertificateGetOptions |
DEFAULT
A CertificateGetOptions instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.nhindirect.config.store.EntityStatus |
getStatus()
Get the value of status.
|
boolean |
isIncludeData()
Return the value of includeData.
|
boolean |
isIncludePrivateKey()
Get the value of includePrvateKey.
|
void |
setIncludeData(boolean includeData)
Set the value of includeData.
|
void |
setIncludePrivateKey(boolean includePrivateKey)
Set the value of includePrivateKey.
|
void |
setStatus(org.nhindirect.config.store.EntityStatus status)
Set the value of status.
|
public static final CertificateGetOptions DEFAULT
public boolean isIncludeData()
public void setIncludeData(boolean includeData)
includeData - The value of includeData.public boolean isIncludePrivateKey()
public void setIncludePrivateKey(boolean includePrivateKey)
includePrivateKey - The value of includePrivateKey.public org.nhindirect.config.store.EntityStatus getStatus()
public void setStatus(org.nhindirect.config.store.EntityStatus status)
status - The value of status.Copyright © 2015. All Rights Reserved.