Class UsageDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.UsageDetail
-
public class UsageDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsageDetail()
UsageDetail(UsageDetail 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCancel()
Get 撤回数量 注意:此字段可能返回 null,表示取不到有效值。String
getDate()
Get 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。String
getFlowChannel()
Get 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。String
getProxyOrganizationName()
Get 子客企业名 注意:此字段可能返回 null,表示取不到有效值。String
getProxyOrganizationOpenId()
Get 子客企业唯一标识Long
getUsage()
Get 消耗数量void
setCancel(Long Cancel)
Set 撤回数量 注意:此字段可能返回 null,表示取不到有效值。void
setDate(String Date)
Set 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。void
setFlowChannel(String FlowChannel)
Set 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。void
setProxyOrganizationName(String ProxyOrganizationName)
Set 子客企业名 注意:此字段可能返回 null,表示取不到有效值。void
setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 子客企业唯一标识void
setUsage(Long Usage)
Set 消耗数量void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UsageDetail
public UsageDetail()
-
UsageDetail
public UsageDetail(UsageDetail 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.
-
-
Method Detail
-
getProxyOrganizationOpenId
public String getProxyOrganizationOpenId()
Get 子客企业唯一标识- Returns:
- ProxyOrganizationOpenId 子客企业唯一标识
-
setProxyOrganizationOpenId
public void setProxyOrganizationOpenId(String ProxyOrganizationOpenId)
Set 子客企业唯一标识- Parameters:
ProxyOrganizationOpenId
- 子客企业唯一标识
-
getProxyOrganizationName
public String getProxyOrganizationName()
Get 子客企业名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProxyOrganizationName 子客企业名 注意:此字段可能返回 null,表示取不到有效值。
-
setProxyOrganizationName
public void setProxyOrganizationName(String ProxyOrganizationName)
Set 子客企业名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProxyOrganizationName
- 子客企业名 注意:此字段可能返回 null,表示取不到有效值。
-
getDate
public String getDate()
Get 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Date 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。
-
setDate
public void setDate(String Date)
Set 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Date
- 日期,当需要汇总数据时日期为空 注意:此字段可能返回 null,表示取不到有效值。
-
getUsage
public Long getUsage()
Get 消耗数量- Returns:
- Usage 消耗数量
-
setUsage
public void setUsage(Long Usage)
Set 消耗数量- Parameters:
Usage
- 消耗数量
-
getCancel
public Long getCancel()
Get 撤回数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cancel 撤回数量 注意:此字段可能返回 null,表示取不到有效值。
-
setCancel
public void setCancel(Long Cancel)
Set 撤回数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cancel
- 撤回数量 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowChannel
public String getFlowChannel()
Get 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowChannel 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowChannel
public void setFlowChannel(String FlowChannel)
Set 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowChannel
- 消耗渠道 注意:此字段可能返回 null,表示取不到有效值。
-
-