Class BlocksV7
- java.lang.Object
-
- com.floragunn.searchguard.sgconf.impl.v7.BlocksV7
-
public class BlocksV7 extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlocksV7.Typestatic classBlocksV7.Verdict
-
Constructor Summary
Constructors Constructor Description BlocksV7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()BlocksV7.TypegetType()List<String>getValue()BlocksV7.VerdictgetVerdict()inthashCode()voidsetDescription(String description)voidsetType(BlocksV7.Type type)voidsetValue(List<String> value)voidsetVerdict(BlocksV7.Verdict verdict)StringtoString()
-
-
-
Method Detail
-
getType
public BlocksV7.Type getType()
-
setType
public void setType(BlocksV7.Type type)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getVerdict
public BlocksV7.Verdict getVerdict()
-
setVerdict
public void setVerdict(BlocksV7.Verdict verdict)
-
-