public final class ProfileStruct extends Struct
| Constructor and Description |
|---|
ProfileStruct(java.lang.String a,
UInt32 b,
long c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Object[] |
getParameters()
Returns the struct contents in order.
|
java.lang.String |
toString()
Returns this struct as a string.
|
public final java.lang.String a
public final UInt32 b
public final long c
public ProfileStruct(java.lang.String a,
UInt32 b,
long c)
public final java.lang.Object[] getParameters()
DBusException - If there is a problem doing this.public final java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object other)
equals in class java.lang.Object