Class SaleInfo

    • 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,表示取不到有效值。