ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:51.459-07:00") public abstract class TimeStamp extends CompoundValue
Constructor | Description |
---|---|
TimeStamp() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
getProtocolDescription
equals, hashCode, toString, toString
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 propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.