public class PriceDetail extends AbstractModel
Constructor and Description |
---|
PriceDetail() |
PriceDetail(PriceDetail 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 |
---|---|
Float |
getDiscountCost()
Get The discount price
|
String |
getFormula()
Get The price formula
|
Float |
getOriginalCost()
Get The original price
|
String |
getResourceId()
Get The node ID
|
void |
setDiscountCost(Float DiscountCost)
Set The discount price
|
void |
setFormula(String Formula)
Set The price formula
|
void |
setOriginalCost(Float OriginalCost)
Set The original price
|
void |
setResourceId(String ResourceId)
Set The node ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PriceDetail()
public PriceDetail(PriceDetail source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- The node IDpublic String getFormula()
public void setFormula(String Formula)
Formula
- The price formulapublic Float getOriginalCost()
public void setOriginalCost(Float OriginalCost)
OriginalCost
- The original pricepublic Float getDiscountCost()
public void setDiscountCost(Float DiscountCost)
DiscountCost
- The discount priceCopyright © 2023. All rights reserved.