public class AlgDetectJS extends AbstractModel
Constructor and Description |
---|
AlgDetectJS() |
AlgDetectJS(AlgDetectJS source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
AlgDetectResult[] |
getAlgDetectResults()
Get Client behavior validation results.
|
Long |
getExecuteMode()
Get Implement a delay before executing JS in milliseconds.
|
Long |
getInvalidStatTime()
Get The period threshold for validating the result "Client JS disabled" in seconds.
|
Long |
getInvalidThreshold()
Get The number of times for the result "Client JS disabled" occurred in the specified period.
|
String |
getName()
Get Method to validate client behavior.
|
String |
getWorkLevel()
Get Proof-of-work strength.
|
void |
setAlgDetectResults(AlgDetectResult[] AlgDetectResults)
Set Client behavior validation results.
|
void |
setExecuteMode(Long ExecuteMode)
Set Implement a delay before executing JS in milliseconds.
|
void |
setInvalidStatTime(Long InvalidStatTime)
Set The period threshold for validating the result "Client JS disabled" in seconds.
|
void |
setInvalidThreshold(Long InvalidThreshold)
Set The number of times for the result "Client JS disabled" occurred in the specified period.
|
void |
setName(String Name)
Set Method to validate client behavior.
|
void |
setWorkLevel(String WorkLevel)
Set Proof-of-work strength.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AlgDetectJS()
public AlgDetectJS(AlgDetectJS source)
public String getName()
public void setName(String Name)
Name
- Method to validate client behavior.public String getWorkLevel()
public void setWorkLevel(String WorkLevel)
WorkLevel
- Proof-of-work strength. Values:
public Long getExecuteMode()
public void setExecuteMode(Long ExecuteMode)
ExecuteMode
- Implement a delay before executing JS in milliseconds. Value range: 0-1000. Default value: 500.public Long getInvalidStatTime()
public void setInvalidStatTime(Long InvalidStatTime)
InvalidStatTime
- The period threshold for validating the result "Client JS disabled" in seconds. Value range: 5-3600. Default value: 10.public Long getInvalidThreshold()
public void setInvalidThreshold(Long InvalidThreshold)
InvalidThreshold
- The number of times for the result "Client JS disabled" occurred in the specified period. Value range: 1-100000000. Default value: 30.public AlgDetectResult[] getAlgDetectResults()
public void setAlgDetectResults(AlgDetectResult[] AlgDetectResults)
AlgDetectResults
- Client behavior validation results.Copyright © 2023. All rights reserved.