public class GetDeploymentBySelectorResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<byte[]> |
deploymentNameList
The queried workloads.
|
String |
mark
The end-of-data marker.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
GetDeploymentBySelectorResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDeploymentBySelectorResponseBody |
build(Map<String,?> map) |
List<byte[]> |
getDeploymentNameList() |
String |
getMark() |
String |
getRequestId() |
GetDeploymentBySelectorResponseBody |
setDeploymentNameList(List<byte[]> deploymentNameList) |
GetDeploymentBySelectorResponseBody |
setMark(String mark) |
GetDeploymentBySelectorResponseBody |
setRequestId(String requestId) |
@NameInMap(value="DeploymentNameList") public List<byte[]> deploymentNameList
The queried workloads.
@NameInMap(value="Mark") public String mark
The end-of-data marker.
@NameInMap(value="RequestId") public String requestId
The request ID.
public static GetDeploymentBySelectorResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDeploymentBySelectorResponseBody setDeploymentNameList(List<byte[]> deploymentNameList)
public List<byte[]> getDeploymentNameList()
public GetDeploymentBySelectorResponseBody setMark(String mark)
public String getMark()
public GetDeploymentBySelectorResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.