public abstract class DeviceBadgeModel
extends java.lang.Object
DeviceBadgeModel abstract class wraps the various attributes related to the badge on
the current device.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
backgroundColor()
Returns a String of the background color.
|
abstract int |
badgeId()
Returns an int of the identification number of the badge.
|
abstract java.lang.String |
badgeName()
Returns a String of the name of the badge.
|
abstract java.lang.String |
deviceUuid()
Returns a String of the universally unique identifier (UUID) of the device.
|
abstract java.lang.String |
orgIconUrl()
Returns a String of the URL of the organization icon.
|
abstract int |
orgId()
Returns an int of the identification number of the organization.
|
abstract DeviceBadgeItem.Status |
status()
Returns a boolean that represents whether or not the badge on the device is activated or not.
|
public abstract java.lang.String deviceUuid()
public abstract int badgeId()
hashCode
and equals implementation.public abstract DeviceBadgeItem.Status status()
true if the badge on this device is activated.;
false otherwise.public abstract int orgId()
public abstract java.lang.String badgeName()
@Nullable public abstract java.lang.String backgroundColor()
null.@Nullable public abstract java.lang.String orgIconUrl()
null.