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 Billing type (1: monthly subscription, 3: committed use). 
 | 
Float | 
getDiscountCost()
Get Discount price. 
 | 
String | 
getEmrResourceId()
Get EMR resource ID. 
 | 
String | 
getExpireTime()
Get Current expiration time. 
 | 
String | 
getIp()
Get Node private network IP. 
 | 
String | 
getNodeType()
Get Node type. 
 | 
Float | 
getOriginalCost()
Get Original price. 
 | 
RenewPriceDetail[] | 
getRenewPriceDetails()
Get Node component renewal pricing list. 
 | 
void | 
setChargeType(Long ChargeType)
Set Billing type (1: monthly subscription, 3: committed use). 
 | 
void | 
setDiscountCost(Float DiscountCost)
Set Discount price. 
 | 
void | 
setEmrResourceId(String EmrResourceId)
Set EMR resource ID. 
 | 
void | 
setExpireTime(String ExpireTime)
Set Current expiration time. 
 | 
void | 
setIp(String Ip)
Set Node private network IP. 
 | 
void | 
setNodeType(String NodeType)
Set Node type. 
 | 
void | 
setOriginalCost(Float OriginalCost)
Set Original price. 
 | 
void | 
setRenewPriceDetails(RenewPriceDetail[] RenewPriceDetails)
Set Node component renewal pricing list. 
 | 
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, toJsonStringpublic NodeRenewPriceDetail()
public NodeRenewPriceDetail(NodeRenewPriceDetail source)
public Long getChargeType()
public void setChargeType(Long ChargeType)
ChargeType - Billing type (1: monthly subscription, 3: committed use).public String getEmrResourceId()
public void setEmrResourceId(String EmrResourceId)
EmrResourceId - EMR resource ID.public String getNodeType()
public void setNodeType(String NodeType)
NodeType - Node type.public String getIp()
public void setIp(String Ip)
Ip - Node private network IP.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Current expiration time.public Float getOriginalCost()
public void setOriginalCost(Float OriginalCost)
OriginalCost - Original price.public Float getDiscountCost()
public void setDiscountCost(Float DiscountCost)
DiscountCost - Discount price.public RenewPriceDetail[] getRenewPriceDetails()
public void setRenewPriceDetails(RenewPriceDetail[] RenewPriceDetails)
RenewPriceDetails - Node component renewal pricing list.Copyright © 2025. All rights reserved.