Class DescribeUserCmdsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.DescribeUserCmdsRequest
-
public class DescribeUserCmdsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeUserCmdsRequest()DescribeUserCmdsRequest(DescribeUserCmdsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmdId()Get 查询的脚本IDLonggetLimit()Get 数量限制LonggetOffset()Get 偏移量LonggetOrder()Get 排序方式,取值: 1倒序,0顺序;默认倒序StringgetOrderField()Get 排序字段,支持: OsType,CreateTime,ModifyTimeStringgetSearchKey()Get 关键字搜索,可搜索ID或别名,支持模糊搜索voidsetCmdId(String CmdId)Set 查询的脚本IDvoidsetLimit(Long Limit)Set 数量限制voidsetOffset(Long Offset)Set 偏移量voidsetOrder(Long Order)Set 排序方式,取值: 1倒序,0顺序;默认倒序voidsetOrderField(String OrderField)Set 排序字段,支持: OsType,CreateTime,ModifyTimevoidsetSearchKey(String SearchKey)Set 关键字搜索,可搜索ID或别名,支持模糊搜索voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeUserCmdsRequest
public DescribeUserCmdsRequest()
-
DescribeUserCmdsRequest
public DescribeUserCmdsRequest(DescribeUserCmdsRequest 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 数量限制- Returns:
- Limit 数量限制
-
setLimit
public void setLimit(Long Limit)
Set 数量限制- Parameters:
Limit- 数量限制
-
getOrderField
public String getOrderField()
Get 排序字段,支持: OsType,CreateTime,ModifyTime- Returns:
- OrderField 排序字段,支持: OsType,CreateTime,ModifyTime
-
setOrderField
public void setOrderField(String OrderField)
Set 排序字段,支持: OsType,CreateTime,ModifyTime- Parameters:
OrderField- 排序字段,支持: OsType,CreateTime,ModifyTime
-
getOrder
public Long getOrder()
Get 排序方式,取值: 1倒序,0顺序;默认倒序- Returns:
- Order 排序方式,取值: 1倒序,0顺序;默认倒序
-
setOrder
public void setOrder(Long Order)
Set 排序方式,取值: 1倒序,0顺序;默认倒序- Parameters:
Order- 排序方式,取值: 1倒序,0顺序;默认倒序
-
getSearchKey
public String getSearchKey()
Get 关键字搜索,可搜索ID或别名,支持模糊搜索- Returns:
- SearchKey 关键字搜索,可搜索ID或别名,支持模糊搜索
-
setSearchKey
public void setSearchKey(String SearchKey)
Set 关键字搜索,可搜索ID或别名,支持模糊搜索- Parameters:
SearchKey- 关键字搜索,可搜索ID或别名,支持模糊搜索
-
getCmdId
public String getCmdId()
Get 查询的脚本ID- Returns:
- CmdId 查询的脚本ID
-
setCmdId
public void setCmdId(String CmdId)
Set 查询的脚本ID- Parameters:
CmdId- 查询的脚本ID
-
-