Class HotRodAttributeEntity


  • @ProtoDoc("@Indexed")
    public class HotRodAttributeEntity
    extends Object
    • Field Detail

      • name

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=1)
        public String name
      • values

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=2)
        public List<String> values
    • Constructor Detail

      • HotRodAttributeEntity

        public HotRodAttributeEntity()
      • HotRodAttributeEntity

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