public class VASStatisticItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
VASStatisticItem() |
VASStatisticItem(VASStatisticItem 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 |
getKey()
Get 增值服务标识
|
Long |
getLimitCount()
Get 增值服务最大用量
|
String |
getName()
Get 增值服务名称
|
Long |
getUseCount()
Get 增值服务已使用的用量
|
void |
setKey(String Key)
Set 增值服务标识
|
void |
setLimitCount(Long LimitCount)
Set 增值服务最大用量
|
void |
setName(String Name)
Set 增值服务名称
|
void |
setUseCount(Long UseCount)
Set 增值服务已使用的用量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VASStatisticItem()
public VASStatisticItem(VASStatisticItem source)
public String getName()
public void setName(String Name)
Name
- 增值服务名称public String getKey()
public void setKey(String Key)
Key
- 增值服务标识public Long getLimitCount()
public void setLimitCount(Long LimitCount)
LimitCount
- 增值服务最大用量public Long getUseCount()
public void setUseCount(Long UseCount)
UseCount
- 增值服务已使用的用量Copyright © 2024. All rights reserved.