public class FastNoPosEncoderConfig extends ListsEncoderConfig implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DIDS_PER_BLOCK |
int |
didsPerBlock |
Constructor and Description |
---|
FastNoPosEncoderConfig() |
FastNoPosEncoderConfig(FastNoPosEncoderConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this FastNoPosEncoderConfig.
|
static FastNoPosEncoderConfig |
fromString(java.lang.String s)
String representation of this FastNoPosEncoderConfig.
|
int |
getDidsPerBlock() |
FastNoPosEncoderConfig |
makeCopy()
Creates and returns a deep copy of this FastNoPosEncoderConfig.
|
static FastNoPosEncoderConfig |
readFrom(java.io.InputStream is)
Read this FastNoPosEncoderConfig from an XML fragment.
|
void |
setDidsPerBlock(int didsPerBlock) |
java.lang.String |
toString()
String representation of this FastNoPosEncoderConfig.
|
FastNoPosEncoderConfig |
withDidsPerBlock(int didsPerBlock) |
FastNoPosEncoderConfig |
withDidsPerBlock(java.lang.Integer didsPerBlock) |
void |
writeTo(java.io.OutputStream os)
Write this FastNoPosEncoderConfig as an XML fragment
|
public int didsPerBlock
public static final int DEFAULT_DIDS_PER_BLOCK
public FastNoPosEncoderConfig()
public FastNoPosEncoderConfig(FastNoPosEncoderConfig o)
public void setDidsPerBlock(int didsPerBlock)
public int getDidsPerBlock()
public FastNoPosEncoderConfig withDidsPerBlock(int didsPerBlock)
public FastNoPosEncoderConfig withDidsPerBlock(java.lang.Integer didsPerBlock)
public FastNoPosEncoderConfig makeCopy()
makeCopy
in class ListsEncoderConfig
public static FastNoPosEncoderConfig readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class ListsEncoderConfig
javax.xml.bind.JAXBException
java.io.IOException
public static FastNoPosEncoderConfig fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class ListsEncoderConfig
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class ListsEncoderConfig
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.