Class HotRodAttributeEntityNonIndexed


  • public class HotRodAttributeEntityNonIndexed
    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

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

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

      • HotRodAttributeEntityNonIndexed

        public HotRodAttributeEntityNonIndexed()
      • HotRodAttributeEntityNonIndexed

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