public class SonosPlaybackSessionStatus extends Object
SonosPlaybackSessionStatus class.
| Constructor and Description |
|---|
SonosPlaybackSessionStatus()
Constructor for SonosPlaybackSessionStatus.
|
SonosPlaybackSessionStatus(String sessionState,
String sessionId,
Boolean sessionCreated,
String customData)
Constructor for SonosPlaybackSessionStatus.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomData()
Getter for the field
customData. |
Boolean |
getSessionCreated()
Getter for the field
sessionCreated. |
String |
getSessionId()
Getter for the field
sessionId. |
String |
getSessionState()
Getter for the field
sessionState. |
void |
setCustomData(String customData)
Setter for the field
customData. |
void |
setSessionCreated(Boolean sessionCreated)
Setter for the field
sessionCreated. |
void |
setSessionId(String sessionId)
Setter for the field
sessionId. |
void |
setSessionState(String sessionState)
Setter for the field
sessionState. |
String |
toString() |
public SonosPlaybackSessionStatus()
Constructor for SonosPlaybackSessionStatus.
public String getSessionState()
Getter for the field sessionState.
String object.public void setSessionState(String sessionState)
Setter for the field sessionState.
sessionState - a String object.public void setSessionId(String sessionId)
Setter for the field sessionId.
sessionId - a String object.public Boolean getSessionCreated()
Getter for the field sessionCreated.
Boolean object.public void setSessionCreated(Boolean sessionCreated)
Setter for the field sessionCreated.
sessionCreated - a Boolean object.public String getCustomData()
Getter for the field customData.
String object.public void setCustomData(String customData)
Setter for the field customData.
customData - a String object.Copyright © 2018. All rights reserved.