Uses of Class
com.tencentcloudapi.ecm.v20190719.models.City
-
Packages that use City Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of City in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return City Modifier and Type Method Description CityNode. getCity()Get 城市信息。CityPosition. getCity()Get 实例所在的城市的信息。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type City Modifier and Type Method Description voidNode. setCity(City City)Set 城市信息。voidPosition. setCity(City City)Set 实例所在的城市的信息。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type City Constructor Description City(City 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.
-