Class LightIdLayoutProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = LightIdLayoutProp.Key) public class LightIdLayoutProp
- Since:
2019-05-30
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic IntegerblockBitspublic final static StringKey$blockBitspublic BooleanblockFirstpublic final static StringKey$blockFirst
-
Constructor Summary
Constructors Constructor Description LightIdLayoutProp()
-
Method Summary
Modifier and Type Method Description IntegergetBlockBits()the number of block bytes, in the range [3,23], empty by default. voidsetBlockBits(Integer blockBits)the number of block bytes, in the range [3,23], empty by default. BooleangetBlockFirst()sequence layout, whether Block precedes Sequence, empty by default. voidsetBlockFirst(Boolean blockFirst)sequence layout, whether Block precedes Sequence, empty by default. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getBlockBits
Integer getBlockBits()
the number of block bytes, in the range [3,23], empty by default. LightId is 9 by default, so 2^9=512 zones.
-
setBlockBits
void setBlockBits(Integer blockBits)
the number of block bytes, in the range [3,23], empty by default. LightId is 9 by default, so 2^9=512 zones.
-
getBlockFirst
Boolean getBlockFirst()
sequence layout, whether Block precedes Sequence, empty by default. LightId is true by default
-
setBlockFirst
void setBlockFirst(Boolean blockFirst)
sequence layout, whether Block precedes Sequence, empty by default. LightId is true by default
-
hashCode
int hashCode()
-
-
-
-