Class IoStatDevice
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IoStatDevice
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IoStatDevice extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIoStatDevice.BuilderBuilder forIoStatDevice. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IoStatDevice>_DESERIALIZERJson deserializer forIoStatDevice -
Method Summary
Modifier and Type Method Description java.lang.StringdeviceName()API name:device_namestatic IoStatDeviceof(java.util.function.Function<IoStatDevice.Builder,ObjectBuilder<IoStatDevice>> fn)java.lang.Longoperations()API name:operationsjava.lang.LongreadKilobytes()API name:read_kilobytesjava.lang.LongreadOperations()API name:read_operationsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIoStatDeviceDeserializer(ObjectDeserializer<IoStatDevice.Builder> op)java.lang.StringtoString()java.lang.LongwriteKilobytes()API name:write_kilobytesjava.lang.LongwriteOperations()API name:write_operationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIoStatDevice
-
-
Method Details
-
of
public static IoStatDevice of(java.util.function.Function<IoStatDevice.Builder,ObjectBuilder<IoStatDevice>> fn) -
deviceName
@Nullable public final java.lang.String deviceName()API name:device_name -
operations
@Nullable public final java.lang.Long operations()API name:operations -
readKilobytes
@Nullable public final java.lang.Long readKilobytes()API name:read_kilobytes -
readOperations
@Nullable public final java.lang.Long readOperations()API name:read_operations -
writeKilobytes
@Nullable public final java.lang.Long writeKilobytes()API name:write_kilobytes -
writeOperations
@Nullable public final java.lang.Long writeOperations()API name:write_operations -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupIoStatDeviceDeserializer
-