Component.ComponentBuilder, Component.IdPermissionType, Component.MhfCreationType, Component.TagType| Modifier and Type | Method and Description |
|---|---|
static Component.ComponentBuilder |
builder(int componentId) |
int |
componentId() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
Component.IdPermissionType |
idPermission()
indicates what, if anything, is to be included in the Sender ID TLV.
|
Component.MhfCreationType |
mhfCreationType()
Defines how the MA can create MHFs (MIP Half Function) for this VID at this MA.
|
Component.TagType |
tagType()
Indicates the tag type for this component.
|
java.util.Collection<VlanId> |
vidList()
The VID(s) monitored by this MA, or 0, if the MA is not attached to any VID.
|
public int componentId()
componentId in interface Componentpublic java.util.Collection<VlanId> vidList()
Componentpublic Component.MhfCreationType mhfCreationType()
ComponentmhfCreationType in interface Componentpublic Component.IdPermissionType idPermission()
ComponentidPermission in interface Componentpublic Component.TagType tagType()
Componentpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static Component.ComponentBuilder builder(int componentId)