Class 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 Detail

      • name

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

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

      • HotRodAttributeEntity

        public HotRodAttributeEntity()
      • HotRodAttributeEntity

        public HotRodAttributeEntity​(String name,
                                     List<String> values)