public class DescribeComponentsRequest extends AbstractModel
Constructor and Description |
---|
DescribeComponentsRequest() |
DescribeComponentsRequest(DescribeComponentsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getComponentId()
Get 组件ID。Uuid和ComponentId必填其一,使用ComponentId表示,查询该组件列表信息。
|
Filter[] |
getFilters()
Get 过滤条件。
ComponentVersion - String - 是否必填:否 - 组件版本号
MachineIp - String - 是否必填:否 - 主机内网IP
|
Long |
getLimit()
Get 返回数量,默认为10,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getUuid()
Get 云镜客户端唯一Uuid。Uuid和ComponentId必填其一,使用Uuid表示,查询该主机列表信息。
|
void |
setComponentId(Long ComponentId)
Set 组件ID。Uuid和ComponentId必填其一,使用ComponentId表示,查询该组件列表信息。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
ComponentVersion - String - 是否必填:否 - 组件版本号
MachineIp - String - 是否必填:否 - 主机内网IP
|
void |
setLimit(Long Limit)
Set 返回数量,默认为10,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setUuid(String Uuid)
Set 云镜客户端唯一Uuid。Uuid和ComponentId必填其一,使用Uuid表示,查询该主机列表信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeComponentsRequest()
public DescribeComponentsRequest(DescribeComponentsRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid
- 云镜客户端唯一Uuid。Uuid和ComponentId必填其一,使用Uuid表示,查询该主机列表信息。public Long getComponentId()
public void setComponentId(Long ComponentId)
ComponentId
- 组件ID。Uuid和ComponentId必填其一,使用ComponentId表示,查询该组件列表信息。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
Copyright © 2021. All rights reserved.