public class MemoryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
address |
java.lang.Byte |
functionCode |
java.lang.Integer |
quantity |
Constructor and Description |
---|
MemoryInfo() |
MemoryInfo(java.lang.Integer address,
java.lang.Integer quantity,
java.lang.Byte functionCode) |
Modifier and Type | Method and Description |
---|---|
MemoryInfo |
address(java.lang.Integer address) |
boolean |
equals(java.lang.Object o) |
MemoryInfo |
functionCode(java.lang.Byte functionCode) |
java.lang.Integer |
getAddress()
Get address
|
java.lang.Byte |
getFunctionCode()
Get functionCode
|
java.lang.Integer |
getQuantity()
Quantity\"
|
int |
hashCode() |
MemoryInfo |
quantity(java.lang.Integer quantity) |
MemoryInfo |
setAddress(java.lang.Integer address) |
MemoryInfo |
setFunctionCode(java.lang.Byte functionCode) |
MemoryInfo |
setQuantity(java.lang.Integer quantity) |
java.lang.String |
toString() |
public java.lang.Integer address
public java.lang.Integer quantity
public java.lang.Byte functionCode
public MemoryInfo()
public MemoryInfo(java.lang.Integer address, java.lang.Integer quantity, java.lang.Byte functionCode)
public MemoryInfo address(java.lang.Integer address)
public java.lang.Integer getAddress()
public MemoryInfo setAddress(java.lang.Integer address)
public MemoryInfo quantity(java.lang.Integer quantity)
public java.lang.Integer getQuantity()
public MemoryInfo setQuantity(java.lang.Integer quantity)
public MemoryInfo functionCode(java.lang.Byte functionCode)
public java.lang.Byte getFunctionCode()
public MemoryInfo setFunctionCode(java.lang.Byte functionCode)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object