public class UpdateScanRoomsRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBizId()Get 应用ID | 
| String[] | getRoomIdRegex()Get 符合此正则表达式规则的房间号将被送检,最大不能超过10个。示例:^6.*(表示所有以6开头的房间号将被送检) | 
| String | getRoomIdString()Get 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003" | 
| void | setBizId(Long BizId)Set 应用ID | 
| void | setRoomIdRegex(String[] RoomIdRegex)Set 符合此正则表达式规则的房间号将被送检,最大不能超过10个。示例:^6.*(表示所有以6开头的房间号将被送检) | 
| void | setRoomIdString(String RoomIdString)Set 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003" | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateScanRoomsRequest()
public UpdateScanRoomsRequest(UpdateScanRoomsRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId - 应用IDpublic String getRoomIdString()
public void setRoomIdString(String RoomIdString)
RoomIdString - 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"public String[] getRoomIdRegex()
public void setRoomIdRegex(String[] RoomIdRegex)
RoomIdRegex - 符合此正则表达式规则的房间号将被送检,最大不能超过10个。示例:^6.*(表示所有以6开头的房间号将被送检)Copyright © 2025. All rights reserved.