Class UpdateScanRoomsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.UpdateScanRoomsRequest
-
public class UpdateScanRoomsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateScanRoomsRequest()UpdateScanRoomsRequest(UpdateScanRoomsRequest 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 LonggetBizId()Get 应用IDString[]getRoomIdRegex()Get 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)StringgetRoomIdString()Get 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"voidsetBizId(Long BizId)Set 应用IDvoidsetRoomIdRegex(String[] RoomIdRegex)Set 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)voidsetRoomIdString(String RoomIdString)Set 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"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
-
UpdateScanRoomsRequest
public UpdateScanRoomsRequest()
-
UpdateScanRoomsRequest
public UpdateScanRoomsRequest(UpdateScanRoomsRequest 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
-
getBizId
public Long getBizId()
Get 应用ID- Returns:
- BizId 应用ID
-
setBizId
public void setBizId(Long BizId)
Set 应用ID- Parameters:
BizId- 应用ID
-
getRoomIdString
public String getRoomIdString()
Get 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"- Returns:
- RoomIdString 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
-
setRoomIdString
public void setRoomIdString(String RoomIdString)
Set 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"- Parameters:
RoomIdString- 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
-
getRoomIdRegex
public String[] getRoomIdRegex()
Get 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)- Returns:
- RoomIdRegex 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)
-
setRoomIdRegex
public void setRoomIdRegex(String[] RoomIdRegex)
Set 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)- Parameters:
RoomIdRegex- 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)
-
-