public class SaleInfo extends AbstractModel
Constructor and Description |
---|
SaleInfo() |
SaleInfo(SaleInfo 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 |
---|---|
Boolean |
getFlag()
Get 手动设置的flag标志
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPlatform()
Get 专业版、标准版标志
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSoldOut()
Get 售罄标志:true售罄
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get ckakfa版本号(1.1.1/2.4.2/0.10.2)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlag(Boolean Flag)
Set 手动设置的flag标志
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlatform(String Platform)
Set 专业版、标准版标志
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSoldOut(Boolean SoldOut)
Set 售罄标志:true售罄
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set ckakfa版本号(1.1.1/2.4.2/0.10.2)
注意:此字段可能返回 null,表示取不到有效值。
|
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 SaleInfo()
public SaleInfo(SaleInfo source)
public Boolean getFlag()
public void setFlag(Boolean Flag)
Flag
- 手动设置的flag标志
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- ckakfa版本号(1.1.1/2.4.2/0.10.2)
注意:此字段可能返回 null,表示取不到有效值。public String getPlatform()
public void setPlatform(String Platform)
Platform
- 专业版、标准版标志
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSoldOut()
public void setSoldOut(Boolean SoldOut)
SoldOut
- 售罄标志:true售罄
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.