Class SaleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.SaleInfo
-
public class SaleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetFlag()Get 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。StringgetPlatform()Get 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。BooleangetSoldOut()Get 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。voidsetFlag(Boolean Flag)Set 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。voidsetPlatform(String Platform)Set 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。voidsetSoldOut(Boolean SoldOut)Set 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SaleInfo
public SaleInfo()
-
SaleInfo
public 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.
-
-
Method Detail
-
getFlag
public Boolean getFlag()
Get 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Flag 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。
-
setFlag
public void setFlag(Boolean Flag)
Set 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Flag- 手动设置的flag标志 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- ckakfa版本号(1.1.1/2.4.2/0.10.2) 注意:此字段可能返回 null,表示取不到有效值。
-
getPlatform
public String getPlatform()
Get 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Platform 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。
-
setPlatform
public void setPlatform(String Platform)
Set 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Platform- 专业版、标准版标志 注意:此字段可能返回 null,表示取不到有效值。
-
getSoldOut
public Boolean getSoldOut()
Get 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SoldOut 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。
-
setSoldOut
public void setSoldOut(Boolean SoldOut)
Set 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SoldOut- 售罄标志:true售罄 注意:此字段可能返回 null,表示取不到有效值。
-
-