public class ListProxiesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListProxiesResponseBody.ListProxiesResponseBodyProxyList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code.
|
String |
errorMessage
The error message.
|
List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> |
proxyList
The proxies that are generated by the secure access proxy feature.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
ListProxiesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProxiesResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> |
getProxyList() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListProxiesResponseBody |
setErrorCode(String errorCode) |
ListProxiesResponseBody |
setErrorMessage(String errorMessage) |
ListProxiesResponseBody |
setProxyList(List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> proxyList) |
ListProxiesResponseBody |
setRequestId(String requestId) |
ListProxiesResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message.
example:User can not access to Tenant [123445]
@NameInMap(value="ProxyList") public List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> proxyList
The proxies that are generated by the secure access proxy feature.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:5812180E-555F-5F90-BE4F-280576F4****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListProxiesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListProxiesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListProxiesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListProxiesResponseBody setProxyList(List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> proxyList)
public List<ListProxiesResponseBody.ListProxiesResponseBodyProxyList> getProxyList()
public ListProxiesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListProxiesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.