public class Location extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Location() | 
| Location(Location 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 | 
|---|---|
| String | getCampus()Get 机房 | 
| String | getRegion()Get 大区 | 
| String | getZone()Get 可用区 | 
| void | setCampus(String Campus)Set 机房 | 
| void | setRegion(String Region)Set 大区 | 
| void | setZone(String Zone)Set 可用区 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Location()
public Location(Location source)
public String getRegion()
public void setRegion(String Region)
Region - 大区public String getZone()
public void setZone(String Zone)
Zone - 可用区public String getCampus()
public void setCampus(String Campus)
Campus - 机房Copyright © 2025. All rights reserved.