public class DomainCountInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DomainCountInfo() |
DomainCountInfo(DomainCountInfo 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 |
getAllTotal()
Get Number of all domains that can be viewed by the user
|
Long |
getDomainTotal()
Get Number of eligible domains
|
Long |
getErrorTotal()
Get Number of domains with a DNS configuration error
|
Long |
getGroupTotal()
Get Number of domains in the specified group
|
Long |
getLockTotal()
Get Number of locked domains
|
Long |
getMineTotal()
Get Number of domains added under the user account
|
Long |
getPauseTotal()
Get Number of suspended domains
|
Long |
getShareOutTotal()
Get Number of domains shared with others
|
Long |
getShareTotal()
Get Number of domains shared with the user
|
Long |
getSpamTotal()
Get Number of blocked domains
|
Long |
getVipExpire()
Get Number of domains that will expire within 30 days
|
Long |
getVipTotal()
Get Number of paid domains
|
void |
setAllTotal(Long AllTotal)
Set Number of all domains that can be viewed by the user
|
void |
setDomainTotal(Long DomainTotal)
Set Number of eligible domains
|
void |
setErrorTotal(Long ErrorTotal)
Set Number of domains with a DNS configuration error
|
void |
setGroupTotal(Long GroupTotal)
Set Number of domains in the specified group
|
void |
setLockTotal(Long LockTotal)
Set Number of locked domains
|
void |
setMineTotal(Long MineTotal)
Set Number of domains added under the user account
|
void |
setPauseTotal(Long PauseTotal)
Set Number of suspended domains
|
void |
setShareOutTotal(Long ShareOutTotal)
Set Number of domains shared with others
|
void |
setShareTotal(Long ShareTotal)
Set Number of domains shared with the user
|
void |
setSpamTotal(Long SpamTotal)
Set Number of blocked domains
|
void |
setVipExpire(Long VipExpire)
Set Number of domains that will expire within 30 days
|
void |
setVipTotal(Long VipTotal)
Set Number of paid domains
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DomainCountInfo()
public DomainCountInfo(DomainCountInfo source)
public Long getDomainTotal()
public void setDomainTotal(Long DomainTotal)
DomainTotal
- Number of eligible domainspublic Long getAllTotal()
public void setAllTotal(Long AllTotal)
AllTotal
- Number of all domains that can be viewed by the userpublic Long getMineTotal()
public void setMineTotal(Long MineTotal)
MineTotal
- Number of domains added under the user accountpublic Long getShareTotal()
public void setShareTotal(Long ShareTotal)
ShareTotal
- Number of domains shared with the userpublic Long getVipTotal()
public void setVipTotal(Long VipTotal)
VipTotal
- Number of paid domainspublic Long getPauseTotal()
public void setPauseTotal(Long PauseTotal)
PauseTotal
- Number of suspended domainspublic Long getErrorTotal()
public void setErrorTotal(Long ErrorTotal)
ErrorTotal
- Number of domains with a DNS configuration errorpublic Long getLockTotal()
public void setLockTotal(Long LockTotal)
LockTotal
- Number of locked domainspublic Long getSpamTotal()
public void setSpamTotal(Long SpamTotal)
SpamTotal
- Number of blocked domainspublic Long getVipExpire()
public void setVipExpire(Long VipExpire)
VipExpire
- Number of domains that will expire within 30 dayspublic Long getShareOutTotal()
public void setShareOutTotal(Long ShareOutTotal)
ShareOutTotal
- Number of domains shared with otherspublic Long getGroupTotal()
public void setGroupTotal(Long GroupTotal)
GroupTotal
- Number of domains in the specified groupCopyright © 2024. All rights reserved.