Package | Description |
---|---|
com.tencentcloudapi.ioa.v20220601.models |
Modifier and Type | Method and Description |
---|---|
Condition |
DescribeDevicesRequest.getCondition()
Get 过滤条件
Ip - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照Ip进行过滤。 MacAddr - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照mac地址进行过滤。 IoaUserName - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照ioa用户名进行过滤。 分页参数 PageNum 从1开始,小于等于0时使用默认参数。 PageSize 最大值5000,最好不超过100。 |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDevicesRequest.setCondition(Condition Condition)
Set 过滤条件
Ip - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照Ip进行过滤。 MacAddr - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照mac地址进行过滤。 IoaUserName - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照ioa用户名进行过滤。 分页参数 PageNum 从1开始,小于等于0时使用默认参数。 PageSize 最大值5000,最好不超过100。 |
Constructor and Description |
---|
Condition(Condition 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.
|
Copyright © 2024. All rights reserved.