public class DescribeExceptionsV3Response
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
DescribeExceptionsV3Response() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<ExceptionDetail> |
getExceptions() |
String |
getMessage() |
Boolean |
getSuccess() |
DescribeExceptionsV3Response |
setCode(String code) |
DescribeExceptionsV3Response |
setExceptions(List<ExceptionDetail> exceptions) |
DescribeExceptionsV3Response |
setMessage(String message) |
DescribeExceptionsV3Response |
setSuccess(Boolean success) |
String |
toString() |
public Boolean getSuccess()
public DescribeExceptionsV3Response setSuccess(Boolean success)
public String getCode()
public DescribeExceptionsV3Response setCode(String code)
public String getMessage()
public DescribeExceptionsV3Response setMessage(String message)
public List<ExceptionDetail> getExceptions()
public DescribeExceptionsV3Response setExceptions(List<ExceptionDetail> exceptions)
Copyright © 2026. All rights reserved.