Package libsidplay.config
Schnittstelle IWhatsSidSection
- Alle bekannten Implementierungsklassen:
IniWhatsSidSection,WhatsSidSection,WhatsSidSectionTeaVM
public interface IWhatsSidSection
-
Feldübersicht
Felder -
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
-
WHATS_SID_SECTION_BUNDLE
- Siehe auch:
-
-
Methodendetails
-
isEnable
boolean isEnable()Getter of the WhatsSid enable.- Gibt zurück:
- the WhatsSid enable
-
setEnable
void setEnable(boolean enable) Setter of the WhatsSid enable.- Parameter:
enable- the WhatsSid enable
-
getUrl
String getUrl()Getter of the WhatsSid url.- Gibt zurück:
- the WhatsSid url
-
setUrl
Setter of the WhatsSid url.- Parameter:
url- the WhatsSid url
-
getUsername
String getUsername()Getter of the WhatsSid username.- Gibt zurück:
- the WhatsSid username
-
setUsername
Setter of the WhatsSid username.- Parameter:
username- the WhatsSid username
-
getPassword
String getPassword()Getter of the WhatsSid password.- Gibt zurück:
- the WhatsSid password
-
setPassword
Setter of the WhatsSid password.- Parameter:
password- the WhatsSid password
-
getConnectionTimeout
int getConnectionTimeout()Getter of the WhatsSid connection timeout.- Gibt zurück:
- the WhatsSid connection timeout
-
setConnectionTimeout
void setConnectionTimeout(int connectionTimeout) Setter of the WhatsSid connection timeout.- Parameter:
connectionTimeout- the WhatsSid connection timeout
-
getCaptureTime
int getCaptureTime()Getter of the capture time.- Gibt zurück:
- the capture time
-
setCaptureTime
void setCaptureTime(int captureTime) Setter of the capture time.- Parameter:
captureTime- the capture time
-
getMatchStartTime
int getMatchStartTime()Getter of the match start time.- Gibt zurück:
- the match start time
-
setMatchStartTime
void setMatchStartTime(int matchStartTime) Setter of the match start time.- Parameter:
matchStartTime- the match start time
-
getMatchRetryTime
int getMatchRetryTime()Getter of the match retry time.- Gibt zurück:
- the match retry time
-
setMatchRetryTime
void setMatchRetryTime(int matchRetryTime) Setter of the match retry time.- Parameter:
matchRetryTime- the match retry time
-
getMinimumRelativeConfidence
float getMinimumRelativeConfidence()Getter of the minimum relative confidence.- Gibt zurück:
- the minimum relative confidence
-
setMinimumRelativeConfidence
void setMinimumRelativeConfidence(float minimumRelativeConfidence) Setter of the minimum relative confidence.- Parameter:
minimumRelativeConfidence- the minimum relative confidence
-
isDetectChipModel
boolean isDetectChipModel()Getter of the auto-detect ChipModel- Gibt zurück:
- auto-detect ChipModel
-
setDetectChipModel
void setDetectChipModel(boolean detectChipModel) Setter of the auto-detect ChipModel- Parameter:
detectChipModel- auto-detect ChipModel
-