public class GetPermApplyOrderDetailResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail |
permApplyOrderDetail
The details of the permission application ticket.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetPermApplyOrderDetailResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="PermApplyOrderDetail") public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail permApplyOrderDetail
The details of the permission application ticket.
@NameInMap(value="RequestId") public String requestId
The request ID. You can use the ID to query logs and troubleshoot issues.
example:A4C4499E-5AC2-4318-9FCF-03E426781A04
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static GetPermApplyOrderDetailResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetPermApplyOrderDetailResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetPermApplyOrderDetailResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetPermApplyOrderDetailResponseBody setPermApplyOrderDetail(GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail permApplyOrderDetail)
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail getPermApplyOrderDetail()
public GetPermApplyOrderDetailResponseBody setRequestId(String requestId)
public String getRequestId()
public GetPermApplyOrderDetailResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.