Record Class ElevenLabsVoicesApi.ManualVerificationFile
java.lang.Object
java.lang.Record
org.springframework.ai.elevenlabs.api.ElevenLabsVoicesApi.ManualVerificationFile
- Enclosing class:
ElevenLabsVoicesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.fileId()Returns the value of thefileIdrecord component.fileName()Returns the value of thefileNamerecord component.final inthashCode()Returns a hash code value for this object.mimeType()Returns the value of themimeTyperecord component.Returns the value of thesizeBytesrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theuploadDateUnixrecord component.
-
Constructor Details
-
ManualVerificationFile
public ManualVerificationFile(String fileId, String fileName, String mimeType, Integer sizeBytes, Integer uploadDateUnix) Creates an instance of aManualVerificationFilerecord class.- Parameters:
fileId- the value for thefileIdrecord componentfileName- the value for thefileNamerecord componentmimeType- the value for themimeTyperecord componentsizeBytes- the value for thesizeBytesrecord componentuploadDateUnix- the value for theuploadDateUnixrecord component
-
-
Method Details
-
toString
-
hashCode
-
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). -
fileId
Returns the value of thefileIdrecord component.- Returns:
- the value of the
fileIdrecord component
-
fileName
Returns the value of thefileNamerecord component.- Returns:
- the value of the
fileNamerecord component
-
mimeType
Returns the value of themimeTyperecord component.- Returns:
- the value of the
mimeTyperecord component
-
sizeBytes
Returns the value of thesizeBytesrecord component.- Returns:
- the value of the
sizeBytesrecord component
-
uploadDateUnix
Returns the value of theuploadDateUnixrecord component.- Returns:
- the value of the
uploadDateUnixrecord component
-