Package com.six.timapi
Class SystemInformationResponse
- java.lang.Object
-
- com.six.timapi.SystemInformationResponse
-
public class SystemInformationResponse extends Object
Contains the result of calling theTerminal.systemInformation()
orTerminal.systemInformationAsync()
. Immutable class.
-
-
Constructor Summary
Constructors Constructor Description SystemInformationResponse(NetworkInformation networkInformation)
Create system information response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkInformation
getNetworkInformation()
Network information of EFT terminal.
-
-
-
Constructor Detail
-
SystemInformationResponse
public SystemInformationResponse(NetworkInformation networkInformation)
Create system information response.
-
-
Method Detail
-
getNetworkInformation
public NetworkInformation getNetworkInformation()
Network information of EFT terminal.
-
-