public class PortablePlayRequest extends Object implements PlayRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PortablePlayRequest.Factory |
static class |
PortablePlayRequest.MessageRecordAdapter |
static class |
PortablePlayRequest.RecordMessageAdapter |
PlayRequest.PlayRequestFactory| Constructor and Description |
|---|
PortablePlayRequest(PlayRequest playRequest) |
PortablePlayRequest(PlayRequestRecord playRec) |
PortablePlayRequest(String sourceId,
String destId,
long curTimeMillisecUTC,
String animName,
String animVersionNum) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnimationName() |
String |
getAnimationVersionNumber() |
Long |
getCurrentTimeMillisec() |
String |
getDestinationId() |
PlayRequestRecord |
getRecord() |
String |
getSourceId() |
public PortablePlayRequest(PlayRequestRecord playRec)
public PortablePlayRequest(PlayRequest playRequest)
public String getSourceId()
getSourceId in interface PlayRequestpublic String getDestinationId()
getDestinationId in interface PlayRequestpublic Long getCurrentTimeMillisec()
getCurrentTimeMillisec in interface PlayRequestpublic String getAnimationName()
getAnimationName in interface PlayRequestpublic String getAnimationVersionNumber()
getAnimationVersionNumber in interface PlayRequestpublic PlayRequestRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.