Class IMSatisfaction

    • Constructor Detail

      • IMSatisfaction

        public IMSatisfaction()
      • IMSatisfaction

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

      • getId

        public Long getId()
        Get 满意度值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Id 满意度值 注意:此字段可能返回 null,表示取不到有效值。
      • setId

        public void setId​(Long Id)
        Set 满意度值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Id - 满意度值 注意:此字段可能返回 null,表示取不到有效值。
      • getLabel

        public String getLabel()
        Get 满意度标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Label 满意度标签 注意:此字段可能返回 null,表示取不到有效值。
      • setLabel

        public void setLabel​(String Label)
        Set 满意度标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Label - 满意度标签 注意:此字段可能返回 null,表示取不到有效值。