Class DealInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.DealInfo
-
public class DealInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 商品数量StringgetDealName()Get 订单名LonggetFlowId()Get 关联的流程 ID,可用于查询流程执行状态StringgetInstanceChargeType()Get 实例付费类型String[]getInstanceIdSet()Get 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。StringgetOwnerUin()Get 所属账号voidsetCount(Long Count)Set 商品数量voidsetDealName(String DealName)Set 订单名voidsetFlowId(Long FlowId)Set 关联的流程 ID,可用于查询流程执行状态voidsetInstanceChargeType(String InstanceChargeType)Set 实例付费类型voidsetInstanceIdSet(String[] InstanceIdSet)Set 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。voidsetOwnerUin(String OwnerUin)Set 所属账号voidtoMap(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
-
DealInfo
public DealInfo()
-
DealInfo
public DealInfo(DealInfo 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
-
getDealName
public String getDealName()
Get 订单名- Returns:
- DealName 订单名
-
setDealName
public void setDealName(String DealName)
Set 订单名- Parameters:
DealName- 订单名
-
getCount
public Long getCount()
Get 商品数量- Returns:
- Count 商品数量
-
setCount
public void setCount(Long Count)
Set 商品数量- Parameters:
Count- 商品数量
-
getFlowId
public Long getFlowId()
Get 关联的流程 ID,可用于查询流程执行状态- Returns:
- FlowId 关联的流程 ID,可用于查询流程执行状态
-
setFlowId
public void setFlowId(Long FlowId)
Set 关联的流程 ID,可用于查询流程执行状态- Parameters:
FlowId- 关联的流程 ID,可用于查询流程执行状态
-
getInstanceIdSet
public String[] getInstanceIdSet()
Get 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。- Returns:
- InstanceIdSet 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。
-
setInstanceIdSet
public void setInstanceIdSet(String[] InstanceIdSet)
Set 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。- Parameters:
InstanceIdSet- 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。
-
getOwnerUin
public String getOwnerUin()
Get 所属账号- Returns:
- OwnerUin 所属账号
-
setOwnerUin
public void setOwnerUin(String OwnerUin)
Set 所属账号- Parameters:
OwnerUin- 所属账号
-
getInstanceChargeType
public String getInstanceChargeType()
Get 实例付费类型- Returns:
- InstanceChargeType 实例付费类型
-
setInstanceChargeType
public void setInstanceChargeType(String InstanceChargeType)
Set 实例付费类型- Parameters:
InstanceChargeType- 实例付费类型
-
-