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 Manually set flag. | 
| String | getPlatform()Get Whether it is Pro Edition or Standard Edition. | 
| Boolean | getSoldOut()Get Whether it has been sold out. | 
| String | getVersion()Get CKafka version (v1.1.1/2.4.2/0.10.2)
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setFlag(Boolean Flag)Set Manually set flag. | 
| void | setPlatform(String Platform)Set Whether it is Pro Edition or Standard Edition. | 
| void | setSoldOut(Boolean SoldOut)Set Whether it has been sold out. | 
| void | setVersion(String Version)Set CKafka version (v1.1.1/2.4.2/0.10.2)
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic SaleInfo()
public SaleInfo(SaleInfo source)
public Boolean getFlag()
public void setFlag(Boolean Flag)
Flag - Manually set flag.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getVersion()
public void setVersion(String Version)
Version - CKafka version (v1.1.1/2.4.2/0.10.2)
Note: this field may return `null`, indicating that no valid values can be obtained.public String getPlatform()
public void setPlatform(String Platform)
Platform - Whether it is Pro Edition or Standard Edition.
Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getSoldOut()
public void setSoldOut(Boolean SoldOut)
SoldOut - Whether it has been sold out. `true`: sold out.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.