public class IncomingIMCH2.Info.Icon extends Object
| Constructor and Description |
|---|
IncomingIMCH2.Info.Icon() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChecksum()
Get the value of checksum.
|
byte[] |
getIcon()
Get the value of icon.
|
int |
getLength()
Get the value of length.
|
long |
getTimestamp()
Get the value of timestamp.
|
void |
setChecksum(int checksum)
Set the value of checksum.
|
void |
setIcon(byte[] icon)
Set the value of icon.
|
void |
setLength(int length)
Set the value of length.
|
void |
setTimestamp(long timestamp)
Set the value of timestamp.
|
public int getChecksum()
public void setChecksum(int checksum)
checksum - Value to assign to checksum.public int getLength()
public void setLength(int length)
length - Value to assign to length.public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - Value to assign to timestamp.public byte[] getIcon()
public void setIcon(byte[] icon)
icon - Value to assign to icon.