public class DescribeDomains extends AbstractModel
Constructor and Description |
---|
DescribeDomains() |
DescribeDomains(DescribeDomains 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 |
getAllowMaxAddDomain()
Get 允许添加域名总数
|
Long |
getAllowMonitoringCount()
Get 允许的监控数量
|
Long |
getCurrentMonitoringCount()
Get 当前监控的数量
|
DomainSiteInfo[] |
getResult()
Get 列表数据
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSearchTotal()
Get 搜索出来的数量
|
Long |
getTotal()
Get 总数
|
void |
setAllowMaxAddDomain(Long AllowMaxAddDomain)
Set 允许添加域名总数
|
void |
setAllowMonitoringCount(Long AllowMonitoringCount)
Set 允许的监控数量
|
void |
setCurrentMonitoringCount(Long CurrentMonitoringCount)
Set 当前监控的数量
|
void |
setResult(DomainSiteInfo[] Result)
Set 列表数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSearchTotal(Long SearchTotal)
Set 搜索出来的数量
|
void |
setTotal(Long Total)
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 DescribeDomains()
public DescribeDomains(DescribeDomains source)
public DomainSiteInfo[] getResult()
public void setResult(DomainSiteInfo[] Result)
Result
- 列表数据
注意:此字段可能返回 null,表示取不到有效值。public Long getSearchTotal()
public void setSearchTotal(Long SearchTotal)
SearchTotal
- 搜索出来的数量public Long getTotal()
public void setTotal(Long Total)
Total
- 总数public Long getAllowMonitoringCount()
public void setAllowMonitoringCount(Long AllowMonitoringCount)
AllowMonitoringCount
- 允许的监控数量public Long getCurrentMonitoringCount()
public void setCurrentMonitoringCount(Long CurrentMonitoringCount)
CurrentMonitoringCount
- 当前监控的数量public Long getAllowMaxAddDomain()
public void setAllowMaxAddDomain(Long AllowMaxAddDomain)
AllowMaxAddDomain
- 允许添加域名总数Copyright © 2022. All rights reserved.