public class CreateUsualLoginPlacesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateUsualLoginPlacesRequest() |
CreateUsualLoginPlacesRequest(CreateUsualLoginPlacesRequest 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 |
---|---|
Place[] |
getPlaces()
Get Login region information array.
|
String[] |
getUuids()
Get CWP agent `UUID` array.
|
void |
setPlaces(Place[] Places)
Set Login region information array.
|
void |
setUuids(String[] Uuids)
Set CWP agent `UUID` array.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateUsualLoginPlacesRequest()
public CreateUsualLoginPlacesRequest(CreateUsualLoginPlacesRequest source)
public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- CWP agent `UUID` array.public Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- Login region information array.Copyright © 2023. All rights reserved.