Class V1QueryOptions


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-03-03T15:07:47.764821Z[Etc/UTC]")
    public class V1QueryOptions
    extends Object
    V1QueryOptions
    • Constructor Detail

      • V1QueryOptions

        public V1QueryOptions()
    • Method Detail

      • getRetries

        @Nullable
        public Integer getRetries()
        The maximum number of attempts to run after failed access to a given local state store
        Returns:
        retries
      • setRetries

        public void setRetries​(Integer retries)
      • getRetryBackoffMs

        @Nullable
        public Long getRetryBackoffMs()
        The time to wait before attempting to retry a failed access to a given local state store
        Returns:
        retryBackoffMs
      • setRetryBackoffMs

        public void setRetryBackoffMs​(Long retryBackoffMs)
      • getQueryTimeoutMs

        @Nullable
        public Long getQueryTimeoutMs()
        This limit the total time of state store execute.
        Returns:
        queryTimeoutMs
      • setQueryTimeoutMs

        public void setQueryTimeoutMs​(Long queryTimeoutMs)
      • getRemoteAccessAllowed

        @Nullable
        public Boolean getRemoteAccessAllowed()
        Is remote access is allowed for this execute
        Returns:
        remoteAccessAllowed
      • setRemoteAccessAllowed

        public void setRemoteAccessAllowed​(Boolean remoteAccessAllowed)
      • getLimit

        @Nullable
        public Long getLimit()
        Only return the first n records
        Returns:
        limit
      • setLimit

        public void setLimit​(Long limit)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object