|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.voice.protocol.tserver.TimeStamp
public abstract class TimeStamp
Constructor Summary | |
---|---|
TimeStamp()
|
Method Summary | |
---|---|
static TimeStamp |
create()
Creates instance of TimeStamp with no parameters set. |
static TimeStamp |
create(java.lang.Integer timeinSecs,
java.lang.Integer timeinuSecs)
Creates instance of TimeStamp with all parameters set. |
abstract java.lang.Integer |
getTimeinSecs()
Time calculated since 00:00:00 GMT January 1, 1970, measured in seconds. |
abstract java.lang.Integer |
getTimeinuSecs()
Amount of time, up to 1000 milliseconds, for use as a more precise interval within the TTimeStamp structure. |
abstract void |
setTimeinSecs(int timeinSecs)
Time calculated since 00:00:00 GMT January 1, 1970, measured in seconds. |
abstract void |
setTimeinSecs(java.lang.Integer timeinSecs)
Time calculated since 00:00:00 GMT January 1, 1970, measured in seconds. |
abstract void |
setTimeinuSecs(int timeinuSecs)
Amount of time, up to 1000 milliseconds, for use as a more precise interval within the TTimeStamp structure. |
abstract void |
setTimeinuSecs(java.lang.Integer timeinuSecs)
Amount of time, up to 1000 milliseconds, for use as a more precise interval within the TTimeStamp structure. |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeStamp()
Method Detail |
---|
public static TimeStamp create()
public static TimeStamp create(java.lang.Integer timeinSecs, java.lang.Integer timeinuSecs)
timeinSecs
- Time calculated since 00:00:00 GMT January 1, 1970, measured in seconds.timeinuSecs
- Amount of time, up to 1000 milliseconds, for use as a more precise interval within the TTimeStamp structure.
public abstract java.lang.Integer getTimeinSecs()
public abstract void setTimeinSecs(java.lang.Integer timeinSecs)
timeinSecs
- new value of the propertypublic abstract void setTimeinSecs(int timeinSecs)
timeinSecs
- new value of the propertypublic abstract java.lang.Integer getTimeinuSecs()
public abstract void setTimeinuSecs(java.lang.Integer timeinuSecs)
timeinuSecs
- new value of the propertypublic abstract void setTimeinuSecs(int timeinuSecs)
timeinuSecs
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |