Room

public final class Room extends Object
implements Parcelable

This class is deprecated.
rooms are no longer used in the commissioning flow

Representation of a Room (e.g. Kitchen, Living Room).

Inherited Constant Summary

int CONTENTS_FILE_DESCRIPTOR
int PARCELABLE_STABILITY_LOCAL
int PARCELABLE_STABILITY_VINTF
int PARCELABLE_WRITE_RETURN_VALUE

Public Method Summary

static Room
create(String name)
Returns a Room with the given name.
boolean
equals(Object other)
String
getName()
Returns the display name for this room.
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

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()
abstract int
describeContents()
abstract void
writeToParcel(Parcel arg0, int arg1)

Public Methods

public static Room create (String name)

Returns a Room with the given name.

public boolean equals (Object other)

public String getName ()

Returns the display name for this room.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)