public class SdkAppIdRecordUsage extends AbstractModel
Constructor and Description |
---|
SdkAppIdRecordUsage() |
SdkAppIdRecordUsage(SdkAppIdRecordUsage 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 |
getSdkAppId()
Get Application ID
|
RecordUsage[] |
getUsages()
Get Durations for the period queried
|
void |
setSdkAppId(String SdkAppId)
Set Application ID
|
void |
setUsages(RecordUsage[] Usages)
Set Durations for the period queried
|
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 SdkAppIdRecordUsage()
public SdkAppIdRecordUsage(SdkAppIdRecordUsage source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- Application IDpublic RecordUsage[] getUsages()
public void setUsages(RecordUsage[] Usages)
Usages
- Durations for the period queriedCopyright © 2022. All rights reserved.