Class RefreshSchemasResult

    • Constructor Detail

      • RefreshSchemasResult

        public RefreshSchemasResult()
    • Method Detail

      • setRefreshSchemasStatus

        public void setRefreshSchemasStatus​(RefreshSchemasStatus refreshSchemasStatus)

        The status of the refreshed schema.

        Parameters:
        refreshSchemasStatus - The status of the refreshed schema.
      • getRefreshSchemasStatus

        public RefreshSchemasStatus getRefreshSchemasStatus()

        The status of the refreshed schema.

        Returns:
        The status of the refreshed schema.
      • withRefreshSchemasStatus

        public RefreshSchemasResult withRefreshSchemasStatus​(RefreshSchemasStatus refreshSchemasStatus)

        The status of the refreshed schema.

        Parameters:
        refreshSchemasStatus - The status of the refreshed schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object