Class DescribeKTVRobotsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeKTVRobotsRequest
-
public class DescribeKTVRobotsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeKTVRobotsRequest()DescribeKTVRobotsRequest(DescribeKTVRobotsRequest 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 TimeRangegetCreateTime()Get 匹配创建时间在此时间段内的机器人。 包含所指定的头尾时间点。LonggetLimit()Get 分页返回的起始偏移量,默认值:10。LonggetOffset()Get 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。String[]getRobotIds()Get 机器人Id列表。String[]getStatuses()Get 机器人状态,取值有: Play:播放 Pause:暂停 Destroy:销毁voidsetCreateTime(TimeRange CreateTime)Set 匹配创建时间在此时间段内的机器人。 包含所指定的头尾时间点。voidsetLimit(Long Limit)Set 分页返回的起始偏移量,默认值:10。voidsetOffset(Long Offset)Set 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。voidsetRobotIds(String[] RobotIds)Set 机器人Id列表。voidsetStatuses(String[] Statuses)Set 机器人状态,取值有: Play:播放 Pause:暂停 Destroy:销毁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
-
DescribeKTVRobotsRequest
public DescribeKTVRobotsRequest()
-
DescribeKTVRobotsRequest
public DescribeKTVRobotsRequest(DescribeKTVRobotsRequest 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
-
getRobotIds
public String[] getRobotIds()
Get 机器人Id列表。- Returns:
- RobotIds 机器人Id列表。
-
setRobotIds
public void setRobotIds(String[] RobotIds)
Set 机器人Id列表。- Parameters:
RobotIds- 机器人Id列表。
-
getStatuses
public String[] getStatuses()
Get 机器人状态,取值有:- Play:播放
- Pause:暂停
- Destroy:销毁
- Returns:
- Statuses 机器人状态,取值有:
- Play:播放
- Pause:暂停
- Destroy:销毁
-
setStatuses
public void setStatuses(String[] Statuses)
Set 机器人状态,取值有:- Play:播放
- Pause:暂停
- Destroy:销毁
- Parameters:
Statuses- 机器人状态,取值有:- Play:播放
- Pause:暂停
- Destroy:销毁
-
getCreateTime
public TimeRange getCreateTime()
Get 匹配创建时间在此时间段内的机器人。- 包含所指定的头尾时间点。
- Returns:
- CreateTime 匹配创建时间在此时间段内的机器人。
- 包含所指定的头尾时间点。
-
setCreateTime
public void setCreateTime(TimeRange CreateTime)
Set 匹配创建时间在此时间段内的机器人。- 包含所指定的头尾时间点。
- Parameters:
CreateTime- 匹配创建时间在此时间段内的机器人。- 包含所指定的头尾时间点。
-
getOffset
public Long getOffset()
Get 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。- Returns:
- Offset 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
-
setOffset
public void setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。- Parameters:
Offset- 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
-
getLimit
public Long getLimit()
Get 分页返回的起始偏移量,默认值:10。- Returns:
- Limit 分页返回的起始偏移量,默认值:10。
-
setLimit
public void setLimit(Long Limit)
Set 分页返回的起始偏移量,默认值:10。- Parameters:
Limit- 分页返回的起始偏移量,默认值:10。
-
-