public class TopData extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopData() |
TopData(TopData 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 |
---|---|
TopDetailData[] |
getDetailData()
Get Detailed sorting results
|
String |
getResource()
Get Resource name, which is classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates the details at the account level
|
void |
setDetailData(TopDetailData[] DetailData)
Set Detailed sorting results
|
void |
setResource(String Resource)
Set Resource name, which is classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates the details at the account level
|
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 TopData()
public TopData(TopData source)
public String getResource()
public void setResource(String Resource)
Resource
- Resource name, which is classified as follows based on different query conditions:
A specific domain name: This indicates the details of this domain name
multiDomains: This indicates the aggregate details of multiple domain names
Project ID: This displays the ID of the specifically queried project
all: This indicates the details at the account levelpublic TopDetailData[] getDetailData()
public void setDetailData(TopDetailData[] DetailData)
DetailData
- Detailed sorting resultsCopyright © 2024. All rights reserved.