public class CallDetailItem extends AbstractModel
Constructor and Description |
---|
CallDetailItem() |
CallDetailItem(CallDetailItem 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 |
getDataType()
Get 数据类型 0 imei 1 qimei 2 qq 3 phone 7:IDFA 8:MD5(imei)
|
String |
getDate()
Get 调用时间
|
Long |
getValidAmount()
Get 有效数据量
|
void |
setDataType(Long DataType)
Set 数据类型 0 imei 1 qimei 2 qq 3 phone 7:IDFA 8:MD5(imei)
|
void |
setDate(String Date)
Set 调用时间
|
void |
setValidAmount(Long ValidAmount)
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 CallDetailItem()
public CallDetailItem(CallDetailItem source)
public Long getDataType()
public void setDataType(Long DataType)
DataType
- 数据类型 0 imei 1 qimei 2 qq 3 phone 7:IDFA 8:MD5(imei)public Long getValidAmount()
public void setValidAmount(Long ValidAmount)
ValidAmount
- 有效数据量public String getDate()
public void setDate(String Date)
Date
- 调用时间Copyright © 2022. All rights reserved.