Class ScheduledQueryRun

    • Constructor Detail

      • ScheduledQueryRun

        public ScheduledQueryRun()
    • Method Detail

      • getCreated

        public java.lang.Long getCreated()
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • getDataLoadTime

        public java.lang.Long getDataLoadTime()
        When the query was run, Sigma contained a snapshot of your Stripe data at this time.
      • getFile

        public File getFile()
        The file object representing the results of the query.
      • getLivemode

        public java.lang.Boolean getLivemode()
        Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.
      • getResultAvailableUntil

        public java.lang.Long getResultAvailableUntil()
        Time at which the result expires and is no longer available for download.
      • getSql

        public java.lang.String getSql()
        SQL for the query.
      • getStatus

        public java.lang.String getStatus()
        The query's execution status, which will be `completed` for successful runs, and `canceled`, `failed`, or `timed_out` otherwise.
      • getTitle

        public java.lang.String getTitle()
        Title of the query.
      • setCreated

        public void setCreated​(java.lang.Long created)
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • setDataLoadTime

        public void setDataLoadTime​(java.lang.Long dataLoadTime)
        When the query was run, Sigma contained a snapshot of your Stripe data at this time.
      • setFile

        public void setFile​(File file)
        The file object representing the results of the query.
      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setLivemode

        public void setLivemode​(java.lang.Boolean livemode)
        Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.
      • setResultAvailableUntil

        public void setResultAvailableUntil​(java.lang.Long resultAvailableUntil)
        Time at which the result expires and is no longer available for download.
      • setSql

        public void setSql​(java.lang.String sql)
        SQL for the query.
      • setStatus

        public void setStatus​(java.lang.String status)
        The query's execution status, which will be `completed` for successful runs, and `canceled`, `failed`, or `timed_out` otherwise.
      • setTitle

        public void setTitle​(java.lang.String title)
        Title of the query.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId