public class UsageByDateInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UsageByDateInfo() |
UsageByDateInfo(UsageByDateInfo 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 |
getBizName()
Get 业务类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCount()
Get 识别次数
单位:次
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDuration()
Get 识别时长
单位:秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBizName(String BizName)
Set 业务类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 识别次数
单位:次
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(Long Duration)
Set 识别时长
单位:秒
注意:此字段可能返回 null,表示取不到有效值。
|
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 UsageByDateInfo()
public UsageByDateInfo(UsageByDateInfo source)
public String getBizName()
public void setBizName(String BizName)
BizName
- 业务类型名称
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 识别次数
单位:次
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration
- 识别时长
单位:秒
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.