public static class Types.SubscriptionId
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Types.SubscriptionId |
NONE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static Types.SubscriptionId |
from(int value) |
int |
getRaw() |
int |
hashCode() |
java.lang.String |
toString() |
public static final Types.SubscriptionId NONE
public int getRaw()
public static Types.SubscriptionId from(int value)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object