public class ListChainInstanceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances |
static class |
ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstancesChain |
| 构造器和说明 |
|---|
ListChainInstanceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListChainInstanceResponseBody |
build(Map<String,?> map) |
List<ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances> |
getChainInstances() |
String |
getCode() |
String |
getInstanceId() |
Boolean |
getIsSuccess() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getRequestId() |
Integer |
getTotalCount() |
ListChainInstanceResponseBody |
setChainInstances(List<ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances> chainInstances) |
ListChainInstanceResponseBody |
setCode(String code) |
ListChainInstanceResponseBody |
setInstanceId(String instanceId) |
ListChainInstanceResponseBody |
setIsSuccess(Boolean isSuccess) |
ListChainInstanceResponseBody |
setPageNo(Integer pageNo) |
ListChainInstanceResponseBody |
setPageSize(Integer pageSize) |
ListChainInstanceResponseBody |
setRequestId(String requestId) |
ListChainInstanceResponseBody |
setTotalCount(Integer totalCount) |
@NameInMap(value="ChainInstances") public List<ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances> chainInstances
@NameInMap(value="Code") public String code
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="IsSuccess") public Boolean isSuccess
@NameInMap(value="PageNo") public Integer pageNo
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="TotalCount") public Integer totalCount
public static ListChainInstanceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListChainInstanceResponseBody setChainInstances(List<ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances> chainInstances)
public List<ListChainInstanceResponseBody.ListChainInstanceResponseBodyChainInstances> getChainInstances()
public ListChainInstanceResponseBody setCode(String code)
public String getCode()
public ListChainInstanceResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public ListChainInstanceResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public ListChainInstanceResponseBody setPageNo(Integer pageNo)
public Integer getPageNo()
public ListChainInstanceResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListChainInstanceResponseBody setRequestId(String requestId)
public String getRequestId()
public ListChainInstanceResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.