Package sidplay.ini

Klasse IniWhatsSidSection

java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniWhatsSidSection
Alle implementierten Schnittstellen:
IWhatsSidSection

public class IniWhatsSidSection extends IniSection implements IWhatsSidSection
WhatsSID section of the INI file.
Autor:
Ken Händel
  • Felddetails

  • Konstruktordetails

    • IniWhatsSidSection

      protected IniWhatsSidSection(IniReader iniReader)
  • Methodendetails

    • isEnable

      public final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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 final 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
    • toString

      public final String toString()
      Setzt außer Kraft:
      toString in Klasse Object