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
Nested classes | |
---|---|
Builder for |
Public methods
equals
Added in API level 35
fun equals(other: Any?): Boolean
Parameters | |
---|---|
obj |
the reference object with which to compare. |
Return | |
---|---|
Boolean |
true if and only if the other object is UpdateSignalsRequest with the same update URI. |
getUpdateUri
fun getUpdateUri(): Uri
hashCode
Added in API level 35
fun hashCode(): Int
Return | |
---|---|
Int |
the hash of the UpdateSignalsRequest object's data. |
toString
Added in API level 35
fun toString(): String
Return | |
---|---|
String |
a human-readable representation of UpdateSignalsRequest . |