Record Class RuntimeEventPayload.StyleImageMissing
java.lang.Object
java.lang.Record
org.maplibre.nativejni.runtime.RuntimeEventPayload.StyleImageMissing
- All Implemented Interfaces:
RuntimeEventPayload
- Enclosing interface:
RuntimeEventPayload
public static record RuntimeEventPayload.StyleImageMissing(String imageId)
extends Record
implements RuntimeEventPayload
-
Nested Class Summary
Nested classes/interfaces inherited from interface RuntimeEventPayload
RuntimeEventPayload.None, RuntimeEventPayload.OfflineOperationCompleted, RuntimeEventPayload.OfflineRegionResponseError, RuntimeEventPayload.OfflineRegionStatusChanged, RuntimeEventPayload.OfflineRegionTileCountLimit, RuntimeEventPayload.RenderFrame, RuntimeEventPayload.RenderMap, RuntimeEventPayload.StyleImageMissing, RuntimeEventPayload.TileAction, RuntimeEventPayload.Unknown -
Field Summary
Fields inherited from interface RuntimeEventPayload
NONE -
Constructor Summary
ConstructorsConstructorDescriptionStyleImageMissing(String imageId) Creates an instance of aStyleImageMissingrecord 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.imageId()Returns the value of theimageIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
StyleImageMissing
Creates an instance of aStyleImageMissingrecord class.- Parameters:
imageId- the value for theimageIdrecord 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). -
imageId
Returns the value of theimageIdrecord component.- Returns:
- the value of the
imageIdrecord component
-