public class DeleteCertificateError extends Object
| Constructor and Description |
|---|
DeleteCertificateError() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get the code value.
|
List<DeleteCertificateError> |
details()
Get the details value.
|
String |
message()
Get the message value.
|
String |
target()
Get the target value.
|
DeleteCertificateError |
withCode(String code)
Set the code value.
|
DeleteCertificateError |
withDetails(List<DeleteCertificateError> details)
Set the details value.
|
DeleteCertificateError |
withMessage(String message)
Set the message value.
|
DeleteCertificateError |
withTarget(String target)
Set the target value.
|
public String code()
public DeleteCertificateError withCode(String code)
code - the code value to setpublic String message()
public DeleteCertificateError withMessage(String message)
message - the message value to setpublic String target()
public DeleteCertificateError withTarget(String target)
target - the target value to setpublic List<DeleteCertificateError> details()
public DeleteCertificateError withDetails(List<DeleteCertificateError> details)
details - the details value to setCopyright © 2019. All rights reserved.