public class CreateUsualLoginPlacesRequest extends AbstractModel
Constructor and Description |
---|
CreateUsualLoginPlacesRequest() |
Modifier and Type | Method and Description |
---|---|
Place[] |
getPlaces()
Get 登录地域信息数组。
|
String[] |
getUuids()
Get 云镜客户端UUID数组。
|
void |
setPlaces(Place[] Places)
Set 登录地域信息数组。
|
void |
setUuids(String[] Uuids)
Set 云镜客户端UUID数组。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- 云镜客户端UUID数组。public Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- 登录地域信息数组。Copyright © 2020. All rights reserved.