public class SonosGroup extends Object
SonosGroup class.
| Constructor and Description |
|---|
SonosGroup()
Constructor for SonosGroup.
|
SonosGroup(String coordinatorId,
String id,
String playbackState,
List<String> playerIds,
String name)
Constructor for SonosGroup.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordinatorId()
Getter for the field
coordinatorId. |
String |
getId()
Getter for the field
id. |
String |
getName()
Getter for the field
name. |
String |
getPlaybackState()
Getter for the field
playbackState. |
List<String> |
getPlayerIds()
Getter for the field
playerIds. |
void |
setCoordinatorId(String coordinatorId)
Setter for the field
coordinatorId. |
void |
setId(String id)
Setter for the field
id. |
void |
setName(String name)
Setter for the field
name. |
void |
setPlaybackState(String playbackState)
Setter for the field
playbackState. |
void |
setPlayerIds(List<String> playerIds)
Setter for the field
playerIds. |
public String getCoordinatorId()
Getter for the field coordinatorId.
String object.public void setCoordinatorId(String coordinatorId)
Setter for the field coordinatorId.
coordinatorId - a String object.public String getPlaybackState()
Getter for the field playbackState.
String object.public void setPlaybackState(String playbackState)
Setter for the field playbackState.
playbackState - a String object.public List<String> getPlayerIds()
Getter for the field playerIds.
List object.public void setPlayerIds(List<String> playerIds)
Setter for the field playerIds.
playerIds - a List object.Copyright © 2018. All rights reserved.