Class UInt63FieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<Long,UInt63FieldKey>
io.datarouter.model.field.imp.positive.UInt63FieldKey
@Deprecated public class UInt63FieldKey extends PrimitiveFieldKey<Long,UInt63FieldKey>
Deprecated.
use LongFieldKey instead
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description UInt63FieldKey(String name)Deprecated. -
Method Summary
Modifier and Type Method Description UInt63FieldcreateValueField(Long value)Deprecated.LonggenerateRandomValue()Deprecated.UInt63FieldKeywithColumnName(String columnNameOverride)Deprecated.UInt63FieldKeywithFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride)Deprecated.UInt63FieldKeywithNullable(boolean nullableOverride)Deprecated.Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
UInt63FieldKey
Deprecated.
-
-
Method Details
-
withFieldGeneratorType
Deprecated. -
withColumnName
Deprecated. -
withNullable
Deprecated. -
createValueField
Deprecated. -
generateRandomValue
Deprecated.- Specified by:
generateRandomValuein interfaceFieldKey<Long>- Overrides:
generateRandomValuein classBaseFieldKey<Long,UInt63FieldKey>
-