public class NodeRenewPriceDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeRenewPriceDetail() |
NodeRenewPriceDetail(NodeRenewPriceDetail 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 |
getChargeType()
Get 计费类型,包月为1、包销为3
|
Float |
getDiscountCost()
Get 折扣价
|
String |
getEmrResourceId()
Get emr资源id
|
String |
getExpireTime()
Get 当前到期时间
|
String |
getIp()
Get 节点内网ip
|
String |
getNodeType()
Get 节点类型
|
Float |
getOriginalCost()
Get 原价
|
RenewPriceDetail[] |
getRenewPriceDetails()
Get 节点子项续费询价明细列表
|
void |
setChargeType(Long ChargeType)
Set 计费类型,包月为1、包销为3
|
void |
setDiscountCost(Float DiscountCost)
Set 折扣价
|
void |
setEmrResourceId(String EmrResourceId)
Set emr资源id
|
void |
setExpireTime(String ExpireTime)
Set 当前到期时间
|
void |
setIp(String Ip)
Set 节点内网ip
|
void |
setNodeType(String NodeType)
Set 节点类型
|
void |
setOriginalCost(Float OriginalCost)
Set 原价
|
void |
setRenewPriceDetails(RenewPriceDetail[] RenewPriceDetails)
Set 节点子项续费询价明细列表
|
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 NodeRenewPriceDetail()
public NodeRenewPriceDetail(NodeRenewPriceDetail source)
public Long getChargeType()
public void setChargeType(Long ChargeType)
ChargeType
- 计费类型,包月为1、包销为3public String getEmrResourceId()
public void setEmrResourceId(String EmrResourceId)
EmrResourceId
- emr资源idpublic String getNodeType()
public void setNodeType(String NodeType)
NodeType
- 节点类型public String getIp()
public void setIp(String Ip)
Ip
- 节点内网ippublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 当前到期时间public Float getOriginalCost()
public void setOriginalCost(Float OriginalCost)
OriginalCost
- 原价public Float getDiscountCost()
public void setDiscountCost(Float DiscountCost)
DiscountCost
- 折扣价public RenewPriceDetail[] getRenewPriceDetails()
public void setRenewPriceDetails(RenewPriceDetail[] RenewPriceDetails)
RenewPriceDetails
- 节点子项续费询价明细列表Copyright © 2025. All rights reserved.