Record Class UploaderUploadCountResponse
java.lang.Object
java.lang.Record
de.chojo.universalis.rest.response.extra.stats.UploaderUploadCountResponse
- Record Components:
uploader- uploader count
- All Implemented Interfaces:
Iterable<SourceUploadCountView>
public record UploaderUploadCountResponse(List<SourceUploadCountView> uploader)
extends Record
implements Iterable<SourceUploadCountView>
Response for a
UploaderUploadCountsRequest-
Constructor Summary
ConstructorsConstructorDescriptionUploaderUploadCountResponse(List<SourceUploadCountView> uploader) Creates an instance of aUploaderUploadCountResponserecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.iterator()final StringtoString()Returns a string representation of this record class.uploader()Returns the value of theuploaderrecord component.Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
UploaderUploadCountResponse
Creates an instance of aUploaderUploadCountResponserecord class.- Parameters:
uploader- the value for theuploaderrecord component
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<SourceUploadCountView>
-
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). -
uploader
-