Package com.oracle.bmc.aispeech.model
Class RealtimeMessageSendFinalResult
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.aispeech.model.RealtimeMessageOut
-
- com.oracle.bmc.aispeech.model.RealtimeMessageSendFinalResult
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220101") public final class RealtimeMessageSendFinalResult extends RealtimeMessageOut
Tell service to send final result
Note: Objects should always be created or deserialized using theRealtimeMessageSendFinalResult.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
RealtimeMessageSendFinalResult.Builder
, which maintain a set of all explicitly set fields calledRealtimeMessageSendFinalResult.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 class
RealtimeMessageSendFinalResult.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.aispeech.model.RealtimeMessageOut
RealtimeMessageOut.Event
-
-
Constructor Summary
Constructors Constructor Description RealtimeMessageSendFinalResult()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RealtimeMessageSendFinalResult.Builder
builder()
Create a new builder.boolean
equals(Object o)
int
hashCode()
RealtimeMessageSendFinalResult.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
RealtimeMessageSendFinalResult
@Deprecated public RealtimeMessageSendFinalResult()
Deprecated.
-
-
Method Detail
-
builder
public static RealtimeMessageSendFinalResult.Builder builder()
Create a new builder.
-
toBuilder
public RealtimeMessageSendFinalResult.Builder toBuilder()
-
toString
public String toString()
- Overrides:
toString
in classRealtimeMessageOut
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classRealtimeMessageOut
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classRealtimeMessageOut
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRealtimeMessageOut
-
-