public class SonosMusicServiceAccountMatchRequest extends Object implements Validatable
SonosMusicServiceAccountMatchRequest class.
| Constructor and Description |
|---|
SonosMusicServiceAccountMatchRequest()
Constructor for SonosMusicServiceAccountMatchRequest.
|
SonosMusicServiceAccountMatchRequest(String userIdHashCode,
String nickname,
String serviceId,
String linkCode,
String linkDeviceId)
Constructor for SonosMusicServiceAccountMatchRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkCode()
Getter for the field
linkCode. |
String |
getLinkDeviceId()
Getter for the field
linkDeviceId. |
String |
getNickname()
Getter for the field
nickname. |
String |
getServiceId()
Getter for the field
serviceId. |
String |
getUserIdHashCode()
Getter for the field
userIdHashCode. |
void |
setLinkCode(String linkCode)
Setter for the field
linkCode. |
void |
setLinkDeviceId(String linkDeviceId)
Setter for the field
linkDeviceId. |
void |
setNickname(String nickname)
Setter for the field
nickname. |
void |
setServiceId(String serviceId)
Setter for the field
serviceId. |
void |
setUserIdHashCode(String userIdHashCode)
Setter for the field
userIdHashCode. |
String |
toString() |
void |
validate()
Hook to validate an object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidpublic SonosMusicServiceAccountMatchRequest()
Constructor for SonosMusicServiceAccountMatchRequest.
public String getUserIdHashCode()
Getter for the field userIdHashCode.
String object.public void setUserIdHashCode(String userIdHashCode)
Setter for the field userIdHashCode.
userIdHashCode - a String object.public void setNickname(String nickname)
Setter for the field nickname.
nickname - a String object.public void setServiceId(String serviceId)
Setter for the field serviceId.
serviceId - a String object.public void setLinkCode(String linkCode)
Setter for the field linkCode.
linkCode - a String object.public String getLinkDeviceId()
Getter for the field linkDeviceId.
String object.public void setLinkDeviceId(String linkDeviceId)
Setter for the field linkDeviceId.
linkDeviceId - a String object.public void validate()
throws SonosApiClientException
Hook to validate an object
Validate this request before sending, to avoid a needless API call.validate in interface ValidatableSonosApiClientException - if there are validation errorsCopyright © 2018. All rights reserved.