Record Class ObjectStorageResourceParser.AzureBlobStorageUri
java.lang.Object
java.lang.Record
io.micronaut.objectstorage.resource.ObjectStorageResourceParser.AzureBlobStorageUri
- Enclosing class:
ObjectStorageResourceParser
-
Constructor Summary
ConstructorsConstructorDescriptionAzureBlobStorageUri(@NonNull String account, @NonNull String container, @NonNull String key) Creates an instance of aAzureBlobStorageUrirecord class. -
Method Summary
Modifier and TypeMethodDescription@NonNull Stringaccount()Returns the value of theaccountrecord component.@NonNull StringReturns the value of thecontainerrecord component.final booleanIndicates whether some other object is "equal to" this one.final 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.
-
Constructor Details
-
AzureBlobStorageUri
Creates an instance of aAzureBlobStorageUrirecord class.- Parameters:
account- the value for theaccountrecord componentcontainer- the value for thecontainerrecord componentkey- the value for thekeyrecord 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). -
account
Returns the value of theaccountrecord component.- Returns:
- the value of the
accountrecord component
-
container
Returns the value of thecontainerrecord component.- Returns:
- the value of the
containerrecord component
-
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-