public class Price extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Price() | 
| Price(Price 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 | 
|---|---|
| ItemPrice | getInstancePrice()Get 描述了实例价格。 | 
| ItemPrice | getLcuPrice()Get 描述了GLCU的价格。 | 
| void | setInstancePrice(ItemPrice InstancePrice)Set 描述了实例价格。 | 
| void | setLcuPrice(ItemPrice LcuPrice)Set 描述了GLCU的价格。 | 
| 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 Price()
public Price(Price source)
public ItemPrice getInstancePrice()
public void setInstancePrice(ItemPrice InstancePrice)
InstancePrice - 描述了实例价格。public ItemPrice getLcuPrice()
public void setLcuPrice(ItemPrice LcuPrice)
LcuPrice - 描述了GLCU的价格。Copyright © 2025. All rights reserved.