Uses of Class
com.tencentcloudapi.cwp.v20180228.models.Place
-
Packages that use Place Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of Place in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return Place Modifier and Type Method Description Place[]LoginWhiteCombinedInfo. getPlaces()Get 白名单地域 注意:此字段可能返回 null,表示取不到有效值。Place[]LoginWhiteLists. getPlaces()Get 白名单地域Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type Place Modifier and Type Method Description voidLoginWhiteCombinedInfo. setPlaces(Place[] Places)Set 白名单地域 注意:此字段可能返回 null,表示取不到有效值。voidLoginWhiteLists. setPlaces(Place[] Places)Set 白名单地域Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type Place Constructor Description Place(Place 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.
-