public class ModifySiteInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifySiteInfoRequest() |
ModifySiteInfoRequest(ModifySiteInfoRequest 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 |
getAddressLine()
Get Detailed address of the site
|
String |
getCity()
Get City where the site is located
|
String |
getCountry()
Get Country where the site is located
|
String |
getDescription()
Get Site description
|
String |
getName()
Get Site name
|
String |
getNote()
Get Note
|
String |
getPostalCode()
Get Postal code of the site area
|
String |
getProvince()
Get Province where the site is located
|
String |
getSiteId()
Get Equipment room ID
|
void |
setAddressLine(String AddressLine)
Set Detailed address of the site
|
void |
setCity(String City)
Set City where the site is located
|
void |
setCountry(String Country)
Set Country where the site is located
|
void |
setDescription(String Description)
Set Site description
|
void |
setName(String Name)
Set Site name
|
void |
setNote(String Note)
Set Note
|
void |
setPostalCode(String PostalCode)
Set Postal code of the site area
|
void |
setProvince(String Province)
Set Province where the site is located
|
void |
setSiteId(String SiteId)
Set Equipment room ID
|
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, toJsonString
public ModifySiteInfoRequest()
public ModifySiteInfoRequest(ModifySiteInfoRequest source)
public String getSiteId()
public void setSiteId(String SiteId)
SiteId
- Equipment room IDpublic String getName()
public void setName(String Name)
Name
- Site namepublic String getDescription()
public void setDescription(String Description)
Description
- Site descriptionpublic String getNote()
public void setNote(String Note)
Note
- Notepublic String getCountry()
public void setCountry(String Country)
Country
- Country where the site is locatedpublic String getProvince()
public void setProvince(String Province)
Province
- Province where the site is locatedpublic String getCity()
public void setCity(String City)
City
- City where the site is locatedpublic String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode
- Postal code of the site areapublic String getAddressLine()
public void setAddressLine(String AddressLine)
AddressLine
- Detailed address of the siteCopyright © 2025. All rights reserved.