Record Class Repository.GetData
java.lang.Object
java.lang.Record
repository.Repository.GetData
- Enclosing class:
Repository
public static record Repository.GetData(IPFSProxyConnector connector, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String password, String repoName)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionGetData(IPFSProxyConnector connector, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String password, String repoName) Creates an instance of aGetDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclusterConnectorrecord component.Returns the value of theconnectorrecord component.Returns the value of theencryptionrecord component.final booleanIndicates whether some other object is "equal to" this one.com.google.gson.Gsongson()Returns the value of thegsonrecord component.final inthashCode()Returns a hash code value for this object.password()Returns the value of thepasswordrecord component.repoName()Returns the value of therepoNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GetData
public GetData(IPFSProxyConnector connector, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String password, String repoName) Creates an instance of aGetDatarecord class.- Parameters:
connector- the value for theconnectorrecord componentclusterConnector- the value for theclusterConnectorrecord componentencryption- the value for theencryptionrecord componentgson- the value for thegsonrecord componentpassword- the value for thepasswordrecord componentrepoName- the value for therepoNamerecord 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). -
connector
Returns the value of theconnectorrecord component.- Returns:
- the value of the
connectorrecord component
-
clusterConnector
Returns the value of theclusterConnectorrecord component.- Returns:
- the value of the
clusterConnectorrecord component
-
encryption
Returns the value of theencryptionrecord component.- Returns:
- the value of the
encryptionrecord component
-
gson
public com.google.gson.Gson gson()Returns the value of thegsonrecord component.- Returns:
- the value of the
gsonrecord component
-
password
Returns the value of thepasswordrecord component.- Returns:
- the value of the
passwordrecord component
-
repoName
Returns the value of therepoNamerecord component.- Returns:
- the value of the
repoNamerecord component
-