Class BrowseResultV2


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class BrowseResultV2
    extends java.lang.Object
    The model for the result of a browseV2 query
    • Constructor Detail

      • BrowseResultV2

        public BrowseResultV2()
    • Method Detail

      • getGroups

        @NotNull
        @Valid
        public @NotNull @Valid java.util.List<BrowseResultGroupV2> getGroups()
        A list of groups and total number of entities inside those groups under the queried path
        Returns:
        groups
      • getMetadata

        @NotNull
        @Valid
        public @NotNull @Valid BrowseResultMetadata getMetadata()
        Get metadata
        Returns:
        metadata
      • getFrom

        @NotNull
        @Min(-2147483648L)
        @Max(2147483647L)
        public @NotNull @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getFrom()
        Offset of the first entity in the result minimum: -2147483648 maximum: 2147483647
        Returns:
        from
      • setFrom

        public void setFrom​(java.lang.Integer from)
      • pageSize

        public BrowseResultV2 pageSize​(java.lang.Integer pageSize)
      • getPageSize

        @NotNull
        @Min(-2147483648L)
        @Max(2147483647L)
        public @NotNull @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getPageSize()
        Size of each page in the result minimum: -2147483648 maximum: 2147483647
        Returns:
        pageSize
      • setPageSize

        public void setPageSize​(java.lang.Integer pageSize)
      • numGroups

        public BrowseResultV2 numGroups​(java.lang.Integer numGroups)
      • getNumGroups

        @NotNull
        @Min(-2147483648L)
        @Max(2147483647L)
        public @NotNull @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getNumGroups()
        The total number of groups directly under queried path minimum: -2147483648 maximum: 2147483647
        Returns:
        numGroups
      • setNumGroups

        public void setNumGroups​(java.lang.Integer numGroups)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object