Class GoogleMTv2Parameters

    • Constructor Detail

      • GoogleMTv2Parameters

        public GoogleMTv2Parameters()
    • Method Detail

      • getApiKey

        public String getApiKey()
      • setApiKey

        public void setApiKey​(String apiKey)
      • getRetryIntervalMs

        public int getRetryIntervalMs()
      • setRetryIntervalMs

        public void setRetryIntervalMs​(int retryMs)
      • getRetryCount

        public int getRetryCount()
      • setRetryCount

        public void setRetryCount​(int retryCount)
      • getUsePBMT

        public boolean getUsePBMT()
      • setUsePBMT

        public void setUsePBMT​(boolean usePBMT)
      • getFailuresBeforeAbort

        public int getFailuresBeforeAbort()
      • setFailuresBeforeAbort

        public void setFailuresBeforeAbort​(int failuresBeforeAbort)
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters