Class SecurityProduct

    • Constructor Detail

      • SecurityProduct

        public SecurityProduct()
      • SecurityProduct

        public SecurityProduct​(SecurityProduct 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

      • getProductName

        public String getProductName()
        Get 产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductName 产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • setProductName

        public void setProductName​(String ProductName)
        Set 产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductName - 产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • getReferUrl

        public String getReferUrl()
        Get 产品链接 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReferUrl 产品链接 注意:此字段可能返回 null,表示取不到有效值。
      • setReferUrl

        public void setReferUrl​(String ReferUrl)
        Set 产品链接 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReferUrl - 产品链接 注意:此字段可能返回 null,表示取不到有效值。