Stay organized with collections
Save and categorize content based on your preferences.
RemoteTaskClientRegistrationInfo
public
final
class
RemoteTaskClientRegistrationInfo
extends Object
implements
Parcelable
java.lang.Object
|
↳ |
android.car.remoteaccess.RemoteTaskClientRegistrationInfo
|
Car remote task client registration info definition.
Summary
Inherited constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR
|
int |
PARCELABLE_ELIDE_DUPLICATES
|
int |
PARCELABLE_STABILITY_LOCAL
|
int |
PARCELABLE_STABILITY_VINTF
|
int |
PARCELABLE_WRITE_RETURN_VALUE
|
|
Public methods |
int
|
describeContents()
|
String
|
getClientId()
Locally unique identifier to specify the remote task client.
|
String
|
getProcessorId()
Locally unique identifier to specify the processor where the task execution will be done.
|
String
|
getServiceId()
Globally unique identifier to specify the wake-up service.
|
String
|
getVehicleId()
Globally unique identifier to specify the vehicle.
|
void
|
writeToParcel(Parcel dest, int flags)
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
default
int
|
getStability()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
Public methods
describeContents
public int describeContents ()
getClientId
public String getClientId ()
Locally unique identifier to specify the remote task client.
getProcessorId
public String getProcessorId ()
Locally unique identifier to specify the processor where the task execution will be done.
getServiceId
public String getServiceId ()
Globally unique identifier to specify the wake-up service.
getVehicleId
public String getVehicleId ()
Globally unique identifier to specify the vehicle.
writeToParcel
public void writeToParcel (Parcel dest,
int flags)
Parameters |
dest |
Parcel |
flags |
int |
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 2025-02-17 UTC.
[null,null,["Last updated 2025-02-17 UTC."],[],[],null,["# RemoteTaskClientRegistrationInfo\n\nSummary: [Inherited Constants](#inhconstants) \\| [Fields](#lfields) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nRemoteTaskClientRegistrationInfo\n================================\n\n\n`\npublic\n\nfinal\n\nclass\nRemoteTaskClientRegistrationInfo\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\nParcelable\n\n\n`\n\n|---|-----------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | android.car.remoteaccess.RemoteTaskClientRegistrationInfo |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nCar remote task client registration info definition.\n\nSummary\n-------\n\n| ### Inherited constants |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| From interface `android.os.Parcelable` |-------|---------------------------------| | `int` | `CONTENTS_FILE_DESCRIPTOR` | | `int` | `PARCELABLE_ELIDE_DUPLICATES` | | `int` | `PARCELABLE_STABILITY_LOCAL` | | `int` | `PARCELABLE_STABILITY_VINTF` | | `int` | `PARCELABLE_WRITE_RETURN_VALUE` | |\n\n| ### Fields ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|\n| ` public static final Creator\u003c`[RemoteTaskClientRegistrationInfo](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo)`\u003e` | [CREATOR](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#CREATOR) |\n\n| ### Public methods ||\n|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` int` | ` `[describeContents](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#describeContents())`() ` |\n| ` String` | ` `[getClientId](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#getClientId())`() ` Locally unique identifier to specify the remote task client. |\n| ` String` | ` `[getProcessorId](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#getProcessorId())`() ` Locally unique identifier to specify the processor where the task execution will be done. |\n| ` String` | ` `[getServiceId](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#getServiceId())`() ` Globally unique identifier to specify the wake-up service. |\n| ` String` | ` `[getVehicleId](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#getVehicleId())`() ` Globally unique identifier to specify the vehicle. |\n| ` void` | ` `[writeToParcel](/reference/android/car/remoteaccess/RemoteTaskClientRegistrationInfo#writeToParcel(android.os.Parcel,%20int))`(Parcel dest, int flags) ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n| From interface ` android.os.Parcelable ` |------------------|------------------------------------------| | ` abstract int` | ` describeContents() ` | | ` default int` | ` getStability() ` | | ` abstract void` | ` writeToParcel(Parcel arg0, int arg1) ` | ||\n\nFields\n------\n\n### CREATOR\n\n```\npublic static final Creator\u003cRemoteTaskClientRegistrationInfo\u003e CREATOR\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### describeContents\n\n```\npublic int describeContents ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------|--------|\n| `int` | \u003cbr /\u003e |\n\n### getClientId\n\n```\npublic String getClientId ()\n```\n\nLocally unique identifier to specify the remote task client.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### getProcessorId\n\n```\npublic String getProcessorId ()\n```\n\nLocally unique identifier to specify the processor where the task execution will be done.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### getServiceId\n\n```\npublic String getServiceId ()\n```\n\nGlobally unique identifier to specify the wake-up service.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### getVehicleId\n\n```\npublic String getVehicleId ()\n```\n\nGlobally unique identifier to specify the vehicle.\n\n\u003cbr /\u003e\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |\n\n### writeToParcel\n\n```\npublic void writeToParcel (Parcel dest, \n int flags)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------|-----------------|\n| `dest` | `Parcel` \u003cbr /\u003e |\n| `flags` | `int` \u003cbr /\u003e |"]]