public class SonosMusicObjectId extends Object
SonosMusicObjectId class.
| Constructor and Description |
|---|
SonosMusicObjectId()
Constructor for SonosMusicObjectId.
|
SonosMusicObjectId(String serviceId,
String objectId,
String accountId)
Constructor for SonosMusicObjectId.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Getter for the field
accountId. |
String |
getObjectId()
Getter for the field
objectId. |
String |
getServiceId()
Getter for the field
serviceId. |
void |
setAccountId(String accountId)
Setter for the field
accountId. |
void |
setObjectId(String objectId)
Setter for the field
objectId. |
void |
setServiceId(String serviceId)
Setter for the field
serviceId. |
String |
toString() |
public SonosMusicObjectId()
Constructor for SonosMusicObjectId.
public void setServiceId(String serviceId)
Setter for the field serviceId.
serviceId - a String object.public void setObjectId(String objectId)
Setter for the field objectId.
objectId - a String object.public void setAccountId(String accountId)
Setter for the field accountId.
accountId - a String object.Copyright © 2018. All rights reserved.