public class DistributionBillDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
DistributionBillDetail() |
DistributionBillDetail(DistributionBillDetail 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 |
getActionType()
Get Transaction type code.
|
String |
getActionTypeName()
Get Transaction type, which can be monthly subscription purchase, monthly subscription renewal, pay-as-you-go deduction, etc.
|
BillDetailAssociatedOrder |
getAssociatedOrder()
Get Associated transaction document ID: The ID of the document associated with a transaction, such as a write-off order, the original order showing a deduction error during first settlement, a restructured order, or the original purchase order corresponding to a refund order.
|
String |
getBillDay()
Get Billing dayNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getBillId()
Get Transaction ID: The ID of a settlement bill.
|
String |
getBillMonth()
Get Billing monthNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getBusinessCode()
Get Product code.
|
String |
getBusinessCodeName()
Get Product name: The name of a Tencent Cloud product purchased by the user, such as CVM.
|
BillDetailComponent[] |
getComponentSet()
Get List of components.
|
String |
getFeeBeginTime()
Get Usage start time: The time at which product or service usage starts.
|
String |
getFeeEndTime()
Get Usage end time: The time at which product or service usage ends.
|
String |
getFormula()
Get Calculation formula: The detailed calculation formula for a specific transaction type, such as refund or configuration change.
|
String |
getFormulaUrl()
Get Billing rules: Official website links for detailed billing rules of each product.
|
String |
getOperateUin()
Get Operator account ID: The account or role ID of the operator who purchases or activates a resource.
|
String |
getOrderId()
Get Order ID: The ID of a monthly subscription order.
|
String |
getOwnerUin()
Get Owner account ID: The account ID of the actual resource user.
|
String |
getPayModeName()
Get Billing mode: The billing mode, which can be monthly subscription or pay-as-you-go.
|
String |
getPayTime()
Get Deduction time: The settlement cost deduction time.
|
String[] |
getPriceInfo()
Get Price attribute: A set of attributes which will determine the price of a component, apart from unit price and usage duration.
|
String |
getProductCode()
Get Subproduct code.
|
String |
getProductCodeName()
Get Subproduct name: The subcategory of a Tencent Cloud product purchased by the user, such as CVM - Standard S1.
|
Long |
getProjectId()
Get Project ID.
|
String |
getProjectName()
Get Project Name: The project to which a resource belongs, which is user-designated.
|
String |
getRegionId()
Get Region ID.
|
String |
getRegionName()
Get Region: The region of a resource, e.g.
|
String |
getResourceId()
Get Instance ID: The object ID of a billed resource, such as a CVM instance ID.
|
String |
getResourceName()
Get Instance name: The resource name set by the user in the console.
|
BillTagInfo[] |
getTags()
Get Tag information.
|
String |
getZoneName()
Get Availability zone: availability zone of a resource, e.g.
|
void |
setActionType(String ActionType)
Set Transaction type code.
|
void |
setActionTypeName(String ActionTypeName)
Set Transaction type, which can be monthly subscription purchase, monthly subscription renewal, pay-as-you-go deduction, etc.
|
void |
setAssociatedOrder(BillDetailAssociatedOrder AssociatedOrder)
Set Associated transaction document ID: The ID of the document associated with a transaction, such as a write-off order, the original order showing a deduction error during first settlement, a restructured order, or the original purchase order corresponding to a refund order.
|
void |
setBillDay(String BillDay)
Set Billing dayNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setBillId(String BillId)
Set Transaction ID: The ID of a settlement bill.
|
void |
setBillMonth(String BillMonth)
Set Billing monthNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setBusinessCode(String BusinessCode)
Set Product code.
|
void |
setBusinessCodeName(String BusinessCodeName)
Set Product name: The name of a Tencent Cloud product purchased by the user, such as CVM.
|
void |
setComponentSet(BillDetailComponent[] ComponentSet)
Set List of components.
|
void |
setFeeBeginTime(String FeeBeginTime)
Set Usage start time: The time at which product or service usage starts.
|
void |
setFeeEndTime(String FeeEndTime)
Set Usage end time: The time at which product or service usage ends.
|
void |
setFormula(String Formula)
Set Calculation formula: The detailed calculation formula for a specific transaction type, such as refund or configuration change.
|
void |
setFormulaUrl(String FormulaUrl)
Set Billing rules: Official website links for detailed billing rules of each product.
|
void |
setOperateUin(String OperateUin)
Set Operator account ID: The account or role ID of the operator who purchases or activates a resource.
|
void |
setOrderId(String OrderId)
Set Order ID: The ID of a monthly subscription order.
|
void |
setOwnerUin(String OwnerUin)
Set Owner account ID: The account ID of the actual resource user.
|
void |
setPayModeName(String PayModeName)
Set Billing mode: The billing mode, which can be monthly subscription or pay-as-you-go.
|
void |
setPayTime(String PayTime)
Set Deduction time: The settlement cost deduction time.
|
void |
setPriceInfo(String[] PriceInfo)
Set Price attribute: A set of attributes which will determine the price of a component, apart from unit price and usage duration.
|
void |
setProductCode(String ProductCode)
Set Subproduct code.
|
void |
setProductCodeName(String ProductCodeName)
Set Subproduct name: The subcategory of a Tencent Cloud product purchased by the user, such as CVM - Standard S1.
|
void |
setProjectId(Long ProjectId)
Set Project ID.
|
void |
setProjectName(String ProjectName)
Set Project Name: The project to which a resource belongs, which is user-designated.
|
void |
setRegionId(String RegionId)
Set Region ID.
|
void |
setRegionName(String RegionName)
Set Region: The region of a resource, e.g.
|
void |
setResourceId(String ResourceId)
Set Instance ID: The object ID of a billed resource, such as a CVM instance ID.
|
void |
setResourceName(String ResourceName)
Set Instance name: The resource name set by the user in the console.
|
void |
setTags(BillTagInfo[] Tags)
Set Tag information.
|
void |
setZoneName(String ZoneName)
Set Availability zone: availability zone of a resource, e.g.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DistributionBillDetail()
public DistributionBillDetail(DistributionBillDetail source)
public String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- Product name: The name of a Tencent Cloud product purchased by the user, such as CVM.public String getProductCodeName()
public void setProductCodeName(String ProductCodeName)
ProductCodeName
- Subproduct name: The subcategory of a Tencent Cloud product purchased by the user, such as CVM - Standard S1.public String getPayModeName()
public void setPayModeName(String PayModeName)
PayModeName
- Billing mode: The billing mode, which can be monthly subscription or pay-as-you-go.public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project Name: The project to which a resource belongs, which is user-designated. If a resource has not been assigned to a project, it will automatically belong to the default project.public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region: The region of a resource, e.g. South China (Guangzhou).public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Availability zone: availability zone of a resource, e.g. Guangzhou Zone 3.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Instance ID: The object ID of a billed resource, such as a CVM instance ID. This object ID may vary due to various forms and contents of resources in different products.public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Instance name: The resource name set by the user in the console. If it is not set, it will be empty by default.public String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName
- Transaction type, which can be monthly subscription purchase, monthly subscription renewal, pay-as-you-go deduction, etc.public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- Order ID: The ID of a monthly subscription order.public String getBillId()
public void setBillId(String BillId)
BillId
- Transaction ID: The ID of a settlement bill.public String getPayTime()
public void setPayTime(String PayTime)
PayTime
- Deduction time: The settlement cost deduction time.public String getFeeBeginTime()
public void setFeeBeginTime(String FeeBeginTime)
FeeBeginTime
- Usage start time: The time at which product or service usage starts.public String getFeeEndTime()
public void setFeeEndTime(String FeeEndTime)
FeeEndTime
- Usage end time: The time at which product or service usage ends.public BillDetailComponent[] getComponentSet()
public void setComponentSet(BillDetailComponent[] ComponentSet)
ComponentSet
- List of components.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Owner account ID: The account ID of the actual resource user.public String getOperateUin()
public void setOperateUin(String OperateUin)
OperateUin
- Operator account ID: The account or role ID of the operator who purchases or activates a resource.public BillTagInfo[] getTags()
public void setTags(BillTagInfo[] Tags)
Tags
- Tag information.
Note: This field may return null, indicating that no valid values can be obtained.public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- Product code.
Note: This field may return null, indicating that no valid values can be obtained.public String getProductCode()
public void setProductCode(String ProductCode)
ProductCode
- Subproduct code.
Note: This field may return null, indicating that no valid values can be obtained.public String getActionType()
public void setActionType(String ActionType)
ActionType
- Transaction type code.
Note: This field may return null, indicating that no valid values can be obtained.public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID.public String[] getPriceInfo()
public void setPriceInfo(String[] PriceInfo)
PriceInfo
- Price attribute: A set of attributes which will determine the price of a component, apart from unit price and usage duration.
Note: This field may return null, indicating that no valid values can be obtained.public BillDetailAssociatedOrder getAssociatedOrder()
public void setAssociatedOrder(BillDetailAssociatedOrder AssociatedOrder)
AssociatedOrder
- Associated transaction document ID: The ID of the document associated with a transaction, such as a write-off order, the original order showing a deduction error during first settlement, a restructured order, or the original purchase order corresponding to a refund order.
Note: This field may return null, indicating that no valid values can be obtained.public String getFormula()
public void setFormula(String Formula)
Formula
- Calculation formula: The detailed calculation formula for a specific transaction type, such as refund or configuration change.
Note: This field may return null, indicating that no valid values can be obtained.public String getFormulaUrl()
public void setFormulaUrl(String FormulaUrl)
FormulaUrl
- Billing rules: Official website links for detailed billing rules of each product.
Note: This field may return null, indicating that no valid values can be obtained.public String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth
- Billing monthNote: This field may return null, indicating that no valid values can be obtained.public String getBillDay()
public void setBillDay(String BillDay)
BillDay
- Billing dayNote: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.