public class SchedulingDomain extends AbstractModel
Constructor and Description |
---|
SchedulingDomain() |
SchedulingDomain(SchedulingDomain 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[] |
getBGPIpList()
Get List of BGP IPs
|
String[] |
getCMCCIpList()
Get List of CMCC IPs
|
String |
getCreateTime()
Get The creation time.
|
String[] |
getCTCCIpList()
Get List of CTCC IPs
|
String[] |
getCUCCIpList()
Get List of CUCC IPs
|
String |
getDomain()
Get Scheduling domain name
|
String |
getMethod()
Get Scheduling method.
|
String |
getModifyTime()
Get Modification time
|
String[] |
getOverseaIpList()
Get List of IPs outside Mainland China
|
Long |
getStatus()
Get Status
|
Long |
getTTL()
Get
|
void |
setBGPIpList(String[] BGPIpList)
Set List of BGP IPs
|
void |
setCMCCIpList(String[] CMCCIpList)
Set List of CMCC IPs
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setCTCCIpList(String[] CTCCIpList)
Set List of CTCC IPs
|
void |
setCUCCIpList(String[] CUCCIpList)
Set List of CUCC IPs
|
void |
setDomain(String Domain)
Set Scheduling domain name
|
void |
setMethod(String Method)
Set Scheduling method.
|
void |
setModifyTime(String ModifyTime)
Set Modification time
|
void |
setOverseaIpList(String[] OverseaIpList)
Set List of IPs outside Mainland China
|
void |
setStatus(Long Status)
Set Status
|
void |
setTTL(Long TTL)
Set
|
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 SchedulingDomain()
public SchedulingDomain(SchedulingDomain source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Scheduling domain namepublic String[] getBGPIpList()
public void setBGPIpList(String[] BGPIpList)
BGPIpList
- List of BGP IPspublic String[] getCTCCIpList()
public void setCTCCIpList(String[] CTCCIpList)
CTCCIpList
- List of CTCC IPspublic String[] getCUCCIpList()
public void setCUCCIpList(String[] CUCCIpList)
CUCCIpList
- List of CUCC IPspublic String[] getCMCCIpList()
public void setCMCCIpList(String[] CMCCIpList)
CMCCIpList
- List of CMCC IPspublic String[] getOverseaIpList()
public void setOverseaIpList(String[] OverseaIpList)
OverseaIpList
- List of IPs outside Mainland Chinapublic String getMethod()
public void setMethod(String Method)
Method
- Scheduling method. It only supports `priority` now.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public Long getTTL()
public void setTTL(Long TTL)
TTL
- public Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timeCopyright © 2023. All rights reserved.