Class DislikeInfo

    • Constructor Detail

      • DislikeInfo

        public DislikeInfo()
      • DislikeInfo

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

      • getType

        public String getType()
        Get 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
        Returns:
        Type 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
      • setType

        public void setType​(String Type)
        Set 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
        Parameters:
        Type - 不喜欢的物料类别,对应物料上传协议中的字段名,如authorId,keyword,topic等
      • getValue

        public String getValue()
        Get type对应字段名的值,如具体的topic名,作者id等
        Returns:
        Value type对应字段名的值,如具体的topic名,作者id等
      • setValue

        public void setValue​(String Value)
        Set type对应字段名的值,如具体的topic名,作者id等
        Parameters:
        Value - type对应字段名的值,如具体的topic名,作者id等