Class User.Profile.Field

java.lang.Object
com.slack.api.model.User.Profile.Field
Enclosing class:
User.Profile

public static class User.Profile.Field extends Object
  • Constructor Details

    • Field

      public Field()
  • Method Details

    • getValue

      public String getValue()
    • getAlt

      public String getAlt()
    • getLabel

      public String getLabel()
    • setValue

      public void setValue(String value)
    • setAlt

      public void setAlt(String alt)
    • setLabel

      public void setLabel(String label)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object