public class Method extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Method.Technique |
Constructor and Description |
---|
Method() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Double |
getConfidence() |
Method.Technique |
getTechnique() |
String |
getValue() |
int |
hashCode() |
void |
setConfidence(Double confidence) |
void |
setTechnique(Method.Technique technique) |
void |
setValue(String value) |
public Method.Technique getTechnique()
public void setTechnique(Method.Technique technique)
public Double getConfidence()
public void setConfidence(Double confidence)
public String getValue()
public void setValue(String value)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.