Klasse WhatsSidSectionTeaVM

java.lang.Object
client.teavm.common.config.WhatsSidSectionTeaVM
Alle implementierten Schnittstellen:
IWhatsSidSection

public final class WhatsSidSectionTeaVM extends Object implements IWhatsSidSection
  • Felddetails

    • enable

      private boolean enable
    • url

      private String url
    • username

      private String username
    • password

      private String password
    • connectionTimeout

      private int connectionTimeout
    • captureTime

      private int captureTime
    • matchStartTime

      private int matchStartTime
    • matchRetryTime

      private int matchRetryTime
    • minimumRelativeConfidence

      private float minimumRelativeConfidence
    • detectChipModel

      private boolean detectChipModel
  • Konstruktordetails

    • WhatsSidSectionTeaVM

      public WhatsSidSectionTeaVM()
  • Methodendetails

    • isEnable

      public boolean isEnable()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the WhatsSid enable.
      Angegeben von:
      isEnable in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the WhatsSid enable
    • setEnable

      public void setEnable(boolean enable)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the WhatsSid enable.
      Angegeben von:
      setEnable in Schnittstelle IWhatsSidSection
      Parameter:
      enable - the WhatsSid enable
    • getUrl

      public String getUrl()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the WhatsSid url.
      Angegeben von:
      getUrl in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the WhatsSid url
    • setUrl

      public void setUrl(String url)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the WhatsSid url.
      Angegeben von:
      setUrl in Schnittstelle IWhatsSidSection
      Parameter:
      url - the WhatsSid url
    • getUsername

      public String getUsername()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the WhatsSid username.
      Angegeben von:
      getUsername in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the WhatsSid username
    • setUsername

      public void setUsername(String username)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the WhatsSid username.
      Angegeben von:
      setUsername in Schnittstelle IWhatsSidSection
      Parameter:
      username - the WhatsSid username
    • getPassword

      public String getPassword()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the WhatsSid password.
      Angegeben von:
      getPassword in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the WhatsSid password
    • setPassword

      public void setPassword(String password)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the WhatsSid password.
      Angegeben von:
      setPassword in Schnittstelle IWhatsSidSection
      Parameter:
      password - the WhatsSid password
    • getConnectionTimeout

      public int getConnectionTimeout()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the WhatsSid connection timeout.
      Angegeben von:
      getConnectionTimeout in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the WhatsSid connection timeout
    • setConnectionTimeout

      public void setConnectionTimeout(int connectionTimeout)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the WhatsSid connection timeout.
      Angegeben von:
      setConnectionTimeout in Schnittstelle IWhatsSidSection
      Parameter:
      connectionTimeout - the WhatsSid connection timeout
    • getCaptureTime

      public int getCaptureTime()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the capture time.
      Angegeben von:
      getCaptureTime in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the capture time
    • setCaptureTime

      public void setCaptureTime(int captureTime)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the capture time.
      Angegeben von:
      setCaptureTime in Schnittstelle IWhatsSidSection
      Parameter:
      captureTime - the capture time
    • getMatchStartTime

      public int getMatchStartTime()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the match start time.
      Angegeben von:
      getMatchStartTime in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the match start time
    • setMatchStartTime

      public void setMatchStartTime(int matchStartTime)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the match start time.
      Angegeben von:
      setMatchStartTime in Schnittstelle IWhatsSidSection
      Parameter:
      matchStartTime - the match start time
    • getMatchRetryTime

      public int getMatchRetryTime()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the match retry time.
      Angegeben von:
      getMatchRetryTime in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the match retry time
    • setMatchRetryTime

      public void setMatchRetryTime(int matchRetryTime)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the match retry time.
      Angegeben von:
      setMatchRetryTime in Schnittstelle IWhatsSidSection
      Parameter:
      matchRetryTime - the match retry time
    • getMinimumRelativeConfidence

      public float getMinimumRelativeConfidence()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the minimum relative confidence.
      Angegeben von:
      getMinimumRelativeConfidence in Schnittstelle IWhatsSidSection
      Gibt zurück:
      the minimum relative confidence
    • setMinimumRelativeConfidence

      public void setMinimumRelativeConfidence(float minimumRelativeConfidence)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the minimum relative confidence.
      Angegeben von:
      setMinimumRelativeConfidence in Schnittstelle IWhatsSidSection
      Parameter:
      minimumRelativeConfidence - the minimum relative confidence
    • isDetectChipModel

      public boolean isDetectChipModel()
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Getter of the auto-detect ChipModel
      Angegeben von:
      isDetectChipModel in Schnittstelle IWhatsSidSection
      Gibt zurück:
      auto-detect ChipModel
    • setDetectChipModel

      public void setDetectChipModel(boolean detectChipModel)
      Beschreibung aus Schnittstelle kopiert: IWhatsSidSection
      Setter of the auto-detect ChipModel
      Angegeben von:
      setDetectChipModel in Schnittstelle IWhatsSidSection
      Parameter:
      detectChipModel - auto-detect ChipModel