public class ServiceEventData extends Object implements Serializable
| Constructor and Description |
|---|
ServiceEventData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCaseId() |
String |
getPrimaryContact() |
RemoteSupportState |
getRemoteSupportState() |
int |
hashCode() |
void |
setCaseId(String caseId) |
void |
setPrimaryContact(String primaryContact) |
void |
setRemoteSupportState(RemoteSupportState remoteSupportState) |
String |
toString() |
public String getCaseId()
public void setCaseId(String caseId)
caseId - the caseId to setpublic String getPrimaryContact()
public void setPrimaryContact(String primaryContact)
primaryContact - the primaryContact to setpublic RemoteSupportState getRemoteSupportState()
public void setRemoteSupportState(RemoteSupportState remoteSupportState)
remoteSupportState - the remoteSupportState to setCopyright © 2016. All rights reserved.