Class GroupValue


  • public class GroupValue
    extends Object
    Group value.
    • Field Detail

      • nextBatch

        private String nextBatch
        Token that can be used to get the next batch of results in the group, by passing as the next_batch parameter to the next call. If this field is absent, there are no more results in this group.
      • order

        private Long order
        Key that can be used to order different groups.
      • results

        private List<String> results
        Which results are in this group.
    • Constructor Detail

      • GroupValue

        public GroupValue()
    • Method Detail

      • getNextBatch

        public String getNextBatch()
      • setNextBatch

        public void setNextBatch​(String nextBatch)
      • getOrder

        public Long getOrder()
      • setOrder

        public void setOrder​(Long order)
      • setResults

        public void setResults​(List<String> results)