java.lang.Object
com.lukaspradel.steamapi.data.json.dota2.liveleaguegames.Ban

@Generated("jsonschema2pojo") public class Ban extends Object
  • Constructor Details

    • Ban

      public Ban()
  • Method Details

    • getHeroId

      public Integer getHeroId()
    • setHeroId

      public void setHeroId(Integer heroId)
    • withHeroId

      public Ban withHeroId(Integer heroId)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • withAdditionalProperty

      public Ban withAdditionalProperty(String name, Object value)
    • toString

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

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object