Record Class EODCryptoLinksResponse
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.sol.models.responses.eod.EODCryptoLinksResponse
- Record Components:
website- official websitesreddit- subreddit linksyoutube- video linksexplorer- explorer linksfacebook- facebook linkssourceCode- source-code links
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.explorer()Returns the value of theexplorerrecord component.facebook()Returns the value of thefacebookrecord component.final inthashCode()Returns a hash code value for this object.reddit()Returns the value of theredditrecord component.Returns the value of thesourceCoderecord component.final StringtoString()Returns a string representation of this record class.website()Returns the value of thewebsiterecord component.youtube()Returns the value of theyoutuberecord component.
-
Constructor Details
-
EODCryptoLinksResponse
public EODCryptoLinksResponse(List<String> website, List<String> reddit, List<String> youtube, List<String> explorer, List<String> facebook, List<String> sourceCode) Creates an instance of aEODCryptoLinksResponserecord class.- Parameters:
website- the value for thewebsiterecord componentreddit- the value for theredditrecord componentyoutube- the value for theyoutuberecord componentexplorer- the value for theexplorerrecord componentfacebook- the value for thefacebookrecord componentsourceCode- the value for thesourceCoderecord 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). -
website
-
reddit
-
youtube
-
explorer
-
facebook
-
sourceCode
Returns the value of thesourceCoderecord component.- Returns:
- the value of the
sourceCoderecord component
-