Record Class CSVultrPageMetadata
java.lang.Object
java.lang.Record
com.io7m.certusine.vultr.internal.CSVultrPageMetadata
- Record Components:
total- The total number of itemslinks- The page links
The Vultr page metadata.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSVultrPageMetadata(int total, CSVultrPageLinks links) The Vultr page metadata. -
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.links()Returns the value of thelinksrecord component.final StringtoString()Returns a string representation of this record class.inttotal()Returns the value of thetotalrecord component.
-
Constructor Details
-
CSVultrPageMetadata
The Vultr page metadata.- Parameters:
total- The total number of itemslinks- The page links- See Also:
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
total
-
links
-