Record Class MultipartUploadHandle
java.lang.Object
java.lang.Record
io.micronaut.objectstorage.multipart.MultipartUploadHandle
- Record Components:
key- the target object keyuploadId- the opaque provider upload id
-
Constructor Summary
ConstructorsConstructorDescriptionMultipartUploadHandle(@NonNull String key, @NonNull String uploadId) Compact constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.@NonNull StringgetKey()@NonNull Stringfinal inthashCode()Returns a hash code value for this object.@NonNull Stringkey()Returns the value of thekeyrecord component.final StringtoString()Returns a string representation of this record class.@NonNull StringuploadId()Returns the value of theuploadIdrecord component.
-
Constructor Details
-
MultipartUploadHandle
-
-
Method Details
-
getKey
- Returns:
- the target object key
-
getUploadId
- Returns:
- the opaque provider upload id
-
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). -
key
-
uploadId
-