Class InlineJobOutput
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.generativeaidata.model.JobOutput
-
- com.oracle.bmc.generativeaidata.model.InlineJobOutput
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20260325") public final class InlineJobOutput extends JobOutputAn 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 theInlineJobOutput.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 theInlineJobOutput.Builder, which maintain a set of all explicitly set fields calledInlineJobOutput.Builder.__explicitlySet__. ThehashCode()andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInlineJobOutput.Builder
-
Constructor Summary
Constructors Constructor Description InlineJobOutput(String content)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineJobOutput.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetContent()SQL statement generated from the natural language query.inthashCode()InlineJobOutput.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
InlineJobOutput
@Deprecated public InlineJobOutput(String content)
Deprecated.
-
-
Method Detail
-
builder
public static InlineJobOutput.Builder builder()
Create a new builder.
-
toBuilder
public InlineJobOutput.Builder toBuilder()
-
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.
-
-