Record Class DeleteCount
java.lang.Object
java.lang.Record
org.mbari.vars.annosaurus.sdk.r1.models.DeleteCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theancillaryDataCountrecord component.Returns the value of theassociationCountrecord component.final booleanIndicates whether some other object is "equal to" this one.static DeleteCountfinal inthashCode()Returns a hash code value for this object.Returns the value of theimageReferenceCountrecord component.Returns the value of theobservationCountrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevideoReferenceUuidrecord component.
-
Constructor Details
-
DeleteCount
public DeleteCount(UUID videoReferenceUuid, Integer ancillaryDataCount, Integer imageReferenceCount, Integer associationCount, Integer observationCount) Creates an instance of aDeleteCountrecord class.- Parameters:
videoReferenceUuid- the value for thevideoReferenceUuidrecord componentancillaryDataCount- the value for theancillaryDataCountrecord componentimageReferenceCount- the value for theimageReferenceCountrecord componentassociationCount- the value for theassociationCountrecord componentobservationCount- the value for theobservationCountrecord component
-
-
Method Details
-
fromKiota
-
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). -
videoReferenceUuid
Returns the value of thevideoReferenceUuidrecord component.- Returns:
- the value of the
videoReferenceUuidrecord component
-
ancillaryDataCount
Returns the value of theancillaryDataCountrecord component.- Returns:
- the value of the
ancillaryDataCountrecord component
-
imageReferenceCount
Returns the value of theimageReferenceCountrecord component.- Returns:
- the value of the
imageReferenceCountrecord component
-
associationCount
Returns the value of theassociationCountrecord component.- Returns:
- the value of the
associationCountrecord component
-
observationCount
Returns the value of theobservationCountrecord component.- Returns:
- the value of the
observationCountrecord component
-