Class UInt63FieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Long,UInt63FieldKey>
io.datarouter.model.field.imp.positive.UInt63FieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Long>
public class UInt63FieldKey extends PrimitiveFieldKey<java.lang.Long,UInt63FieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description UInt63FieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description UInt63FieldcreateValueField(java.lang.Long value)java.lang.LonggenerateRandomValue()UInt63FieldKeywithColumnName(java.lang.String columnNameOverride)UInt63FieldKeywithFieldGeneratorType(FieldGeneratorType fieldGeneratorTypeOverride)UInt63FieldKeywithNullable(boolean nullableOverride)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
public UInt63FieldKey(java.lang.String name)
-
-
Method Details
-
withFieldGeneratorType
-
withColumnName
-
withNullable
-
createValueField
-
generateRandomValue
public java.lang.Long generateRandomValue()- Specified by:
generateRandomValuein interfaceFieldKey<java.lang.Long>- Overrides:
generateRandomValuein classBaseFieldKey<java.lang.Long,UInt63FieldKey>
-