Class OrganizationsQuery

java.lang.Object
com.influxdb.client.OrganizationsQuery

public class OrganizationsQuery extends Object
  • Constructor Details

    • OrganizationsQuery

      public OrganizationsQuery()
  • Method Details

    • getOffset

      @Nullable public Integer getOffset()
    • setOffset

      public void setOffset(@Nullable Integer offset)
    • getLimit

      @Nullable public Integer getLimit()
    • setLimit

      public void setLimit(@Nullable Integer limit)
    • getDescending

      @Nullable public Boolean getDescending()
    • setDescending

      public void setDescending(@Nullable Boolean descending)
    • getOrg

      @Nullable public String getOrg()
    • setOrg

      public void setOrg(@Nullable String org)
    • getOrgID

      @Nullable public String getOrgID()
    • setOrgID

      public void setOrgID(@Nullable String orgID)
    • getUserID

      @Nullable public String getUserID()
    • setUserID

      public void setUserID(@Nullable String userID)