public class ListAnchorResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
code
example:
200
|
String |
errorCode
example:
Deduct.DeductTaskAlreadySuccess
|
String |
errorMessage
example:
Failed to proxy flink ui request, message: An error occurred: Invalid UUID string: jobsn
|
List<AnchorResponse> |
list |
String |
requestId
requestId
example:
5389BE87-571B-573C-90ED-F07C5E68760B
|
Boolean |
success
example:
True
|
Integer |
total
example:
10
|
构造器和说明 |
---|
ListAnchorResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ListAnchorResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getErrorCode() |
String |
getErrorMessage() |
List<AnchorResponse> |
getList() |
String |
getRequestId() |
Boolean |
getSuccess() |
Integer |
getTotal() |
ListAnchorResponseBody |
setCode(String code) |
ListAnchorResponseBody |
setErrorCode(String errorCode) |
ListAnchorResponseBody |
setErrorMessage(String errorMessage) |
ListAnchorResponseBody |
setList(List<AnchorResponse> list) |
ListAnchorResponseBody |
setRequestId(String requestId) |
ListAnchorResponseBody |
setSuccess(Boolean success) |
ListAnchorResponseBody |
setTotal(Integer total) |
@NameInMap(value="code") public String code
code
example:200
@NameInMap(value="errorCode") public String errorCode
Deduct.DeductTaskAlreadySuccess
@NameInMap(value="errorMessage") public String errorMessage
Failed to proxy flink ui request, message: An error occurred: Invalid UUID string: jobsn
@NameInMap(value="list") public List<AnchorResponse> list
@NameInMap(value="requestId") public String requestId
requestId
example:5389BE87-571B-573C-90ED-F07C5E68760B
@NameInMap(value="success") public Boolean success
True
@NameInMap(value="total") public Integer total
10
public static ListAnchorResponseBody build(Map<String,?> map) throws Exception
Exception
public ListAnchorResponseBody setCode(String code)
public String getCode()
public ListAnchorResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListAnchorResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListAnchorResponseBody setList(List<AnchorResponse> list)
public List<AnchorResponse> getList()
public ListAnchorResponseBody setRequestId(String requestId)
public String getRequestId()
public ListAnchorResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListAnchorResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.