Class InlineJobOutput


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20260325")
    public final class InlineJobOutput
    extends JobOutput
    An InlineJobOutput is a JobOutput [indicated by the first item under allOf, which is a reference to JobOutput] that delivers results of the GenerateSQLJob in the body of the job itself.

    As distinguished by jobOutputLocation [with specific characteristics defined by the second item under allOf].
    Note: Objects should always be created or deserialized using the InlineJobOutput.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the InlineJobOutput.Builder, which maintain a set of all explicitly set fields called InlineJobOutput.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).

    • Constructor Detail

      • InlineJobOutput

        @Deprecated
        public InlineJobOutput​(String content)
        Deprecated.
    • Method Detail

      • getContent

        public String getContent()
        SQL statement generated from the natural language query.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class JobOutput
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation