Record Class ElevenLabsVoicesApi.ManualVerification
java.lang.Object
java.lang.Record
org.springframework.ai.elevenlabs.api.ElevenLabsVoicesApi.ManualVerification
- Enclosing class:
- ElevenLabsVoicesApi
public static record ElevenLabsVoicesApi.ManualVerification(String extraText, Integer requestTimeUnix, List<ElevenLabsVoicesApi.ManualVerificationFile> files)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionManualVerification(String extraText, Integer requestTimeUnix, List<ElevenLabsVoicesApi.ManualVerificationFile> files) Creates an instance of aManualVerificationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theextraTextrecord component.files()Returns the value of thefilesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of therequestTimeUnixrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ManualVerification
public ManualVerification(String extraText, Integer requestTimeUnix, List<ElevenLabsVoicesApi.ManualVerificationFile> files) Creates an instance of aManualVerificationrecord class.- Parameters:
extraText- the value for theextraTextrecord componentrequestTimeUnix- the value for therequestTimeUnixrecord componentfiles- the value for thefilesrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
extraText
Returns the value of theextraTextrecord component.- Returns:
- the value of the
extraTextrecord component
-
requestTimeUnix
Returns the value of therequestTimeUnixrecord component.- Returns:
- the value of the
requestTimeUnixrecord component
-
files
Returns the value of thefilesrecord component.- Returns:
- the value of the
filesrecord component
-