public class ZoneInfo extends AbstractModel
Constructor and Description |
---|
ZoneInfo() |
ZoneInfo(ZoneInfo 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 |
---|---|
Long |
getAppId()
Get Application ID
|
String |
getExflag()
Get Extra flag
|
Boolean |
getFlag()
Get Flag
|
Long |
getIsInternalApp()
Get Whether it is an internal application.
|
String |
getSoldOut()
Get JSON object.
|
String |
getZoneId()
Get Zone ID
|
String |
getZoneName()
Get Zone name
|
Long |
getZoneStatus()
Get Zone status
|
void |
setAppId(Long AppId)
Set Application ID
|
void |
setExflag(String Exflag)
Set Extra flag
|
void |
setFlag(Boolean Flag)
Set Flag
|
void |
setIsInternalApp(Long IsInternalApp)
Set Whether it is an internal application.
|
void |
setSoldOut(String SoldOut)
Set JSON object.
|
void |
setZoneId(String ZoneId)
Set Zone ID
|
void |
setZoneName(String ZoneName)
Set Zone name
|
void |
setZoneStatus(Long ZoneStatus)
Set Zone status
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ZoneInfo()
public ZoneInfo(ZoneInfo source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone IDpublic Long getIsInternalApp()
public void setIsInternalApp(Long IsInternalApp)
IsInternalApp
- Whether it is an internal application.public Long getAppId()
public void setAppId(Long AppId)
AppId
- Application IDpublic Boolean getFlag()
public void setFlag(Boolean Flag)
Flag
- Flagpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Zone namepublic Long getZoneStatus()
public void setZoneStatus(Long ZoneStatus)
ZoneStatus
- Zone statuspublic String getExflag()
public void setExflag(String Exflag)
Exflag
- Extra flagpublic String getSoldOut()
public void setSoldOut(String SoldOut)
SoldOut
- JSON object. The key is the model. The value `true` means “sold out”, and `false` means “not sold out”.Copyright © 2021. All rights reserved.