Record Class SecretBundleNodeConfigSource.Stamp
java.lang.Object
java.lang.Record
io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource.Stamp
- Record Components:
eTags
- aSet
of entity tagsearliestExpiration
- anInstant
identifying the earliest expiration of a Secret indirectly identified by one of the supplied tags
- Enclosing class:
SecretBundleNodeConfigSource
-
Constructor Summary
ConstructorDescriptionStamp()
Creates a newSecretBundleNodeConfigSource.Stamp
.Creates a newSecretBundleNodeConfigSource.Stamp
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theearliestExpiration
record component.final boolean
Indicates whether some other object is "equal to" this one.Set
<?> eTags()
Returns the value of theeTags
record component.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
Stamp
public Stamp()Creates a newSecretBundleNodeConfigSource.Stamp
. -
Stamp
Creates a newSecretBundleNodeConfigSource.Stamp
.- Throws:
NullPointerException
- if any argument isnull
-
-
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)
. -
eTags
Returns the value of theeTags
record component.- Returns:
- the value of the
eTags
record component
-
earliestExpiration
Returns the value of theearliestExpiration
record component.- Returns:
- the value of the
earliestExpiration
record component
-