Package client.teavm.common.config
Klasse WhatsSidSectionTeaVM
java.lang.Object
client.teavm.common.config.WhatsSidSectionTeaVM
- Alle implementierten Schnittstellen:
IWhatsSidSection
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate intprivate intprivate booleanprivate booleanprivate intprivate intprivate floatprivate Stringprivate Stringprivate StringVon Schnittstelle geerbte Felder libsidplay.config.IWhatsSidSection
WHATS_SID_SECTION_BUNDLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintGetter of the capture time.intGetter of the WhatsSid connection timeout.intGetter of the match retry time.intGetter of the match start time.floatGetter of the minimum relative confidence.Getter of the WhatsSid password.getUrl()Getter of the WhatsSid url.Getter of the WhatsSid username.booleanGetter of the auto-detect ChipModelbooleanisEnable()Getter of the WhatsSid enable.voidsetCaptureTime(int captureTime) Setter of the capture time.voidsetConnectionTimeout(int connectionTimeout) Setter of the WhatsSid connection timeout.voidsetDetectChipModel(boolean detectChipModel) Setter of the auto-detect ChipModelvoidsetEnable(boolean enable) Setter of the WhatsSid enable.voidsetMatchRetryTime(int matchRetryTime) Setter of the match retry time.voidsetMatchStartTime(int matchStartTime) Setter of the match start time.voidsetMinimumRelativeConfidence(float minimumRelativeConfidence) Setter of the minimum relative confidence.voidsetPassword(String password) Setter of the WhatsSid password.voidSetter of the WhatsSid url.voidsetUsername(String username) Setter of the WhatsSid username.
-
Felddetails
-
enable
private boolean enable -
url
-
username
-
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:IWhatsSidSectionGetter of the WhatsSid enable.- Angegeben von:
isEnablein SchnittstelleIWhatsSidSection- Gibt zurück:
- the WhatsSid enable
-
setEnable
public void setEnable(boolean enable) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the WhatsSid enable.- Angegeben von:
setEnablein SchnittstelleIWhatsSidSection- Parameter:
enable- the WhatsSid enable
-
getUrl
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the WhatsSid url.- Angegeben von:
getUrlin SchnittstelleIWhatsSidSection- Gibt zurück:
- the WhatsSid url
-
setUrl
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the WhatsSid url.- Angegeben von:
setUrlin SchnittstelleIWhatsSidSection- Parameter:
url- the WhatsSid url
-
getUsername
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the WhatsSid username.- Angegeben von:
getUsernamein SchnittstelleIWhatsSidSection- Gibt zurück:
- the WhatsSid username
-
setUsername
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the WhatsSid username.- Angegeben von:
setUsernamein SchnittstelleIWhatsSidSection- Parameter:
username- the WhatsSid username
-
getPassword
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the WhatsSid password.- Angegeben von:
getPasswordin SchnittstelleIWhatsSidSection- Gibt zurück:
- the WhatsSid password
-
setPassword
Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the WhatsSid password.- Angegeben von:
setPasswordin SchnittstelleIWhatsSidSection- Parameter:
password- the WhatsSid password
-
getConnectionTimeout
public int getConnectionTimeout()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the WhatsSid connection timeout.- Angegeben von:
getConnectionTimeoutin SchnittstelleIWhatsSidSection- Gibt zurück:
- the WhatsSid connection timeout
-
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the WhatsSid connection timeout.- Angegeben von:
setConnectionTimeoutin SchnittstelleIWhatsSidSection- Parameter:
connectionTimeout- the WhatsSid connection timeout
-
getCaptureTime
public int getCaptureTime()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the capture time.- Angegeben von:
getCaptureTimein SchnittstelleIWhatsSidSection- Gibt zurück:
- the capture time
-
setCaptureTime
public void setCaptureTime(int captureTime) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the capture time.- Angegeben von:
setCaptureTimein SchnittstelleIWhatsSidSection- Parameter:
captureTime- the capture time
-
getMatchStartTime
public int getMatchStartTime()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the match start time.- Angegeben von:
getMatchStartTimein SchnittstelleIWhatsSidSection- Gibt zurück:
- the match start time
-
setMatchStartTime
public void setMatchStartTime(int matchStartTime) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the match start time.- Angegeben von:
setMatchStartTimein SchnittstelleIWhatsSidSection- Parameter:
matchStartTime- the match start time
-
getMatchRetryTime
public int getMatchRetryTime()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the match retry time.- Angegeben von:
getMatchRetryTimein SchnittstelleIWhatsSidSection- Gibt zurück:
- the match retry time
-
setMatchRetryTime
public void setMatchRetryTime(int matchRetryTime) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the match retry time.- Angegeben von:
setMatchRetryTimein SchnittstelleIWhatsSidSection- Parameter:
matchRetryTime- the match retry time
-
getMinimumRelativeConfidence
public float getMinimumRelativeConfidence()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the minimum relative confidence.- Angegeben von:
getMinimumRelativeConfidencein SchnittstelleIWhatsSidSection- Gibt zurück:
- the minimum relative confidence
-
setMinimumRelativeConfidence
public void setMinimumRelativeConfidence(float minimumRelativeConfidence) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the minimum relative confidence.- Angegeben von:
setMinimumRelativeConfidencein SchnittstelleIWhatsSidSection- Parameter:
minimumRelativeConfidence- the minimum relative confidence
-
isDetectChipModel
public boolean isDetectChipModel()Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionGetter of the auto-detect ChipModel- Angegeben von:
isDetectChipModelin SchnittstelleIWhatsSidSection- Gibt zurück:
- auto-detect ChipModel
-
setDetectChipModel
public void setDetectChipModel(boolean detectChipModel) Beschreibung aus Schnittstelle kopiert:IWhatsSidSectionSetter of the auto-detect ChipModel- Angegeben von:
setDetectChipModelin SchnittstelleIWhatsSidSection- Parameter:
detectChipModel- auto-detect ChipModel
-