Class FieldDto
java.lang.Object
io.datarouter.instrumentation.schema.FieldDto
public class FieldDto extends Object
-
Field Summary
Fields Modifier and Type Field Description List<FieldAttributeDto>attributesbooleanisFixedLengthbooleanisKeybooleanisNullableStringnameintorderOptional<Integer>sizeStringtype -
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
type
-
isKey
public final boolean isKey -
attributes
-
isNullable
public final boolean isNullable -
order
public final int order -
isFixedLength
public final boolean isFixedLength -
size
-
-
Constructor Details
-
Method Details