Uses of Class
com.tencentcloudapi.ecm.v20190719.models.Country
-
Packages that use Country Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of Country in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return Country Modifier and Type Method Description CountryNode. getCountry()Get 国家信息。CountryPosition. getCountry()Get 实例所在的国家的信息。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type Country Modifier and Type Method Description voidNode. setCountry(Country Country)Set 国家信息。voidPosition. setCountry(Country Country)Set 实例所在的国家的信息。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type Country Constructor Description Country(Country 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.
-