public class SaleInfo extends AbstractModel
header, skipSign| 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标志,true表示售罄,false表示可售。 | 
| String | getPlatform()Get 专业版、标准版标志 | 
| Boolean | getSoldOut()Get 售罄标志:true售罄 | 
| String | getVersion()Get ckafka版本号(1.1.1/2.4.2/0.10.2) | 
| void | setFlag(Boolean Flag)Set 手动设置的flag标志,true表示售罄,false表示可售。 | 
| void | setPlatform(String Platform)Set 专业版、标准版标志 | 
| void | setSoldOut(Boolean SoldOut)Set 售罄标志:true售罄 | 
| void | setVersion(String Version)Set ckafka版本号(1.1.1/2.4.2/0.10.2) | 
| 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 SaleInfo()
public SaleInfo(SaleInfo source)
public Boolean getFlag()
public void setFlag(Boolean Flag)
Flag - 手动设置的flag标志,true表示售罄,false表示可售。public String getVersion()
public void setVersion(String Version)
Version - ckafka版本号(1.1.1/2.4.2/0.10.2)public String getPlatform()
public void setPlatform(String Platform)
Platform - 专业版、标准版标志public Boolean getSoldOut()
public void setSoldOut(Boolean SoldOut)
SoldOut - 售罄标志:true售罄Copyright © 2025. All rights reserved.