UpdateSignalsRequest
class UpdateSignalsRequest
The request object for updateSignals.
updateUri
is the only parameter. It represents the URI that the service will reach out to retrieve the signals updates.
Summary
Public methods
equals
fun equals(other: Any?): Boolean
Parameters |
obj |
the reference object with which to compare. |
getUpdateUri
fun getUpdateUri(): Uri
Return |
Uri |
the Uri from which the signal updates will be fetched. This value cannot be null . |
hashCode
fun hashCode(): Int
toString
fun toString(): String
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-18 UTC.