Record Class KafkaCredentialEntry
java.lang.Object
java.lang.Record
net.bluemind.system.api.KafkaCredentialEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKafkaCredentialEntry(String userUid, Credential credential) Creates an instance of aKafkaCredentialEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecredentialrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.userUid()Returns the value of theuserUidrecord component.
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
KafkaCredentialEntry
Creates an instance of aKafkaCredentialEntryrecord class.- Parameters:
userUid- the value for theuserUidrecord componentcredential- the value for thecredentialrecord 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). -
userUid
Returns the value of theuserUidrecord component.- Returns:
- the value of the
userUidrecord component
-
credential
Returns the value of thecredentialrecord component.- Returns:
- the value of the
credentialrecord component
-