Class HotRodAttributeEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.HotRodAttributeEntity

@Indexed public class HotRodAttributeEntity extends Object
!!! Please do not change this class !!! If some change is needed please create a new version of this class and solve the migration on top-level entities.
  • Field Details

    • name

      @Basic(sortable=true) @ProtoField(number=1) public String name
    • values

      @Basic(sortable=true) @ProtoField(number=2) public List<String> values
  • Constructor Details

    • HotRodAttributeEntity

      public HotRodAttributeEntity()
    • HotRodAttributeEntity

      public HotRodAttributeEntity(String name, List<String> values)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValues

      public List<String> getValues()
    • setValues

      public void setValues(List<String> values)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object