Package org.openapitools.client.model
Class AttributeBufferSize
- java.lang.Object
-
- org.openapitools.client.model.AttributeBufferSize
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-19T15:04:32.581406+03:00[Europe/Athens]") public class AttributeBufferSize extends java.lang.Object
object representing buffer size of an attribute
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_ATTRIBUTE
static java.lang.String
SERIALIZED_NAME_DATA_BYTES
static java.lang.String
SERIALIZED_NAME_OFFSET_BYTES
-
Constructor Summary
Constructors Constructor Description AttributeBufferSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeBufferSize
attribute(java.lang.String attribute)
AttributeBufferSize
dataBytes(java.lang.Integer dataBytes)
boolean
equals(java.lang.Object o)
java.lang.String
getAttribute()
name of attributejava.lang.Integer
getDataBytes()
buffer size (in bytes) of data bufferjava.lang.Integer
getOffsetBytes()
buffer size (in bytes) of offset bufferint
hashCode()
AttributeBufferSize
offsetBytes(java.lang.Integer offsetBytes)
void
setAttribute(java.lang.String attribute)
void
setDataBytes(java.lang.Integer dataBytes)
void
setOffsetBytes(java.lang.Integer offsetBytes)
java.lang.String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTRIBUTE
public static final java.lang.String SERIALIZED_NAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OFFSET_BYTES
public static final java.lang.String SERIALIZED_NAME_OFFSET_BYTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATA_BYTES
public static final java.lang.String SERIALIZED_NAME_DATA_BYTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
attribute
public AttributeBufferSize attribute(java.lang.String attribute)
-
getAttribute
@Nonnull public java.lang.String getAttribute()
name of attribute- Returns:
- attribute
-
setAttribute
public void setAttribute(java.lang.String attribute)
-
offsetBytes
public AttributeBufferSize offsetBytes(java.lang.Integer offsetBytes)
-
getOffsetBytes
@Nonnull public java.lang.Integer getOffsetBytes()
buffer size (in bytes) of offset buffer- Returns:
- offsetBytes
-
setOffsetBytes
public void setOffsetBytes(java.lang.Integer offsetBytes)
-
dataBytes
public AttributeBufferSize dataBytes(java.lang.Integer dataBytes)
-
getDataBytes
@Nonnull public java.lang.Integer getDataBytes()
buffer size (in bytes) of data buffer- Returns:
- dataBytes
-
setDataBytes
public void setDataBytes(java.lang.Integer dataBytes)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-