public class ApplicationSubscriptionInfo.ApplicationReceivingSubscription extends Object implements Comparable<ApplicationSubscriptionInfo.ApplicationReceivingSubscription>
Constructor and Description |
---|
ApplicationSubscriptionInfo.ApplicationReceivingSubscription(long objectId,
long usageId,
short simVar,
boolean drain,
boolean delayed,
boolean delta,
int state) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ApplicationSubscriptionInfo.ApplicationReceivingSubscription o) |
SystemObject |
getObject() |
long |
getObjectId() |
short |
getSimVar() |
SubscriptionState |
getState() |
AttributeGroupUsage |
getUsage() |
long |
getUsageId() |
boolean |
isDelayed() |
boolean |
isDelta() |
boolean |
isDrain() |
String |
toString() |
public ApplicationSubscriptionInfo.ApplicationReceivingSubscription(long objectId, long usageId, short simVar, boolean drain, boolean delayed, boolean delta, int state)
public boolean isDrain()
public boolean isDelayed()
public boolean isDelta()
public SubscriptionState getState()
public long getObjectId()
public long getUsageId()
public short getSimVar()
public SystemObject getObject()
public AttributeGroupUsage getUsage()
public int compareTo(ApplicationSubscriptionInfo.ApplicationReceivingSubscription o)
compareTo
in interface Comparable<ApplicationSubscriptionInfo.ApplicationReceivingSubscription>