public abstract class BadgeExceedLimitEntity
extends java.lang.Object
BadgeExceedLimitEntity abstract class wraps the attributes pertaining to a badge
that has exceeded the maximum limit of badge installations on devices defined on Network Manager.| Modifier and Type | Method and Description |
|---|---|
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 |
orgName()
Returns a String of the name of the organization or network the badge belongs to.
|
public abstract java.lang.String badgeName()
public abstract java.lang.String orgName()
public abstract int badgeId()