public final class StructGroupReq extends Object
struct group_req.| Modifier and Type | Field and Description |
|---|---|
InetAddress |
gr_group |
int |
gr_interface |
| Constructor and Description |
|---|
StructGroupReq(int gr_interface,
InetAddress gr_group) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public final int gr_interface
public final InetAddress gr_group
public StructGroupReq(int gr_interface,
InetAddress gr_group)
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.