public class SdkAppIdRecordUsage extends AbstractModel
Constructor and Description |
---|
SdkAppIdRecordUsage() |
Modifier and Type | Method and Description |
---|---|
String |
getSdkAppId()
Get SdkAppId的值。
|
RecordUsage[] |
getUsages()
Get 统计的时间点数据。
|
void |
setSdkAppId(String SdkAppId)
Set SdkAppId的值。
|
void |
setUsages(RecordUsage[] Usages)
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 String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- SdkAppId的值。public RecordUsage[] getUsages()
public void setUsages(RecordUsage[] Usages)
Usages
- 统计的时间点数据。Copyright © 2021. All rights reserved.