public class AbsoluteTerminalTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private BoundaryType |
boundaryType |
private Long |
unixTimeMilliseconds |
| Constructor and Description |
|---|
AbsoluteTerminalTO() |
AbsoluteTerminalTO(BoundaryType type,
Long UTCTimeInMills) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryType |
getBoundaryType() |
Long |
getUnixTimeMilliseconds() |
void |
setBoundaryType(BoundaryType boundaryType) |
void |
setUnixTimeMilliseconds(Long unixTimeMilliseconds) |
private BoundaryType boundaryType
private Long unixTimeMilliseconds
public AbsoluteTerminalTO()
public AbsoluteTerminalTO(BoundaryType type, Long UTCTimeInMills)
public BoundaryType getBoundaryType()
public void setBoundaryType(BoundaryType boundaryType)
public Long getUnixTimeMilliseconds()
public void setUnixTimeMilliseconds(Long unixTimeMilliseconds)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.