Class TerminalStatus


  • public class TerminalStatus
    extends java.lang.Object
    Created by Shingai on 09/08/2017.
    • Constructor Summary

      Constructors 
      Constructor Description
      TerminalStatus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApiKey()
      Api Key currently configured.
      java.lang.String getTerminalId()
      Terminal ID of terminal currently configured.
      java.lang.String getTransactionKey()
      Transaction key of terminal currently configured.
      java.lang.String getWebMisPassword()
      WebMIS password configured.
      java.lang.String getWebMisUserName()
      WebMIS username configured.
      boolean isEnabled()
      Indicates whether terminal is currently enabled.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TerminalStatus

        public TerminalStatus()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Indicates whether terminal is currently enabled. Will always be false if Terminal environment doesn't match current environment of ChipDNA Mobile.
      • getTerminalId

        public java.lang.String getTerminalId()
        Terminal ID of terminal currently configured.
      • getTransactionKey

        public java.lang.String getTransactionKey()
        Transaction key of terminal currently configured.
      • getApiKey

        public java.lang.String getApiKey()
        Api Key currently configured.
      • getWebMisUserName

        public java.lang.String getWebMisUserName()
        WebMIS username configured.
      • getWebMisPassword

        public java.lang.String getWebMisPassword()
        WebMIS password configured.