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