Class DeleteCertificateError
- java.lang.Object
-
- com.microsoft.azure.management.batch.DeleteCertificateError
-
public class DeleteCertificateError extends Object
An error response from the Batch service.
-
-
Constructor Summary
Constructors Constructor Description DeleteCertificateError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get the code value.List<DeleteCertificateError>details()Get the details value.Stringmessage()Get the message value.Stringtarget()Get the target value.DeleteCertificateErrorwithCode(String code)Set the code value.DeleteCertificateErrorwithDetails(List<DeleteCertificateError> details)Set the details value.DeleteCertificateErrorwithMessage(String message)Set the message value.DeleteCertificateErrorwithTarget(String target)Set the target value.
-
-
-
Method Detail
-
code
public String code()
Get the code value.- Returns:
- the code value
-
withCode
public DeleteCertificateError withCode(String code)
Set the code value.- Parameters:
code- the code value to set- Returns:
- the DeleteCertificateError object itself.
-
message
public String message()
Get the message value.- Returns:
- the message value
-
withMessage
public DeleteCertificateError withMessage(String message)
Set the message value.- Parameters:
message- the message value to set- Returns:
- the DeleteCertificateError object itself.
-
target
public String target()
Get the target value.- Returns:
- the target value
-
withTarget
public DeleteCertificateError withTarget(String target)
Set the target value.- Parameters:
target- the target value to set- Returns:
- the DeleteCertificateError object itself.
-
details
public List<DeleteCertificateError> details()
Get the details value.- Returns:
- the details value
-
withDetails
public DeleteCertificateError withDetails(List<DeleteCertificateError> details)
Set the details value.- Parameters:
details- the details value to set- Returns:
- the DeleteCertificateError object itself.
-
-