Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.LLDPTLV
- 
Packages that use LLDPTLV Package Description org.opendaylight.openflowplugin.libraries.liblldp 
- 
- 
Uses of LLDPTLV in org.opendaylight.openflowplugin.libraries.liblldpMethods in org.opendaylight.openflowplugin.libraries.liblldp that return LLDPTLV Modifier and Type Method Description LLDPTLVLLDP. getChassisId()Returns the chassisId TLV.LLDPTLVLLDP. getCustomTLV(CustomTLVKey key)LLDPTLVLLDP. getManagementAddress()Return the ManagementAddress TLV.LLDPTLVLLDP. getPortDesc()Return the PortDesc TLV.LLDPTLVLLDP. getPortId()Returns the portId TLV.LLDPTLVLLDP. getSystemCapabilities()Return the SystemCapabilities TLV.LLDPTLVLLDP. getSystemDesc()Return the SystemDesc TLV.LLDPTLVLLDP. getSystemNameId()Returns the SystemName TLV.LLDPTLVLLDP. getTLV(String type)Gets the full LLDPTLV.LLDPTLVLLDP. getTtl()Return the ttl TLV.LLDPTLVLLDPTLV. setLength(short length)Sets the length.LLDPTLVLLDPTLV. setType(byte type)Sets the type.LLDPTLVLLDPTLV. setValue(byte[] value)Sets the value.Methods in org.opendaylight.openflowplugin.libraries.liblldp that return types with arguments of type LLDPTLV Modifier and Type Method Description Iterable<LLDPTLV>LLDP. getCustomTlvList()Returns the customTlvList.Iterable<LLDPTLV>LLDP. getOptionalTLVList()Returns the optionalTLVList.Methods in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type LLDPTLV Modifier and Type Method Description LLDPLLDP. addCustomTLV(LLDPTLV customTLV)static intLLDPTLV. extractCustomOUI(LLDPTLV lldptlv)static byteLLDPTLV. extractCustomSubtype(LLDPTLV lldptlv)LLDPLLDP. setChassisId(LLDPTLV chassisId)LLDPLLDP. setManagementAddress(LLDPTLV managementAddress)LLDPLLDP. setPortDesc(LLDPTLV portDesc)LLDPLLDP. setPortId(LLDPTLV portId)LLDPLLDP. setSystemCapabilities(LLDPTLV systemCapabilities)LLDPLLDP. setSystemDesc(LLDPTLV systemDesc)LLDPLLDP. setSystemNameId(LLDPTLV systemNameId)voidLLDP. setTLV(String type, LLDPTLV tlv)Sets the LLDPTLV for a type.LLDPLLDP. setTtl(LLDPTLV ttl)Method parameters in org.opendaylight.openflowplugin.libraries.liblldp with type arguments of type LLDPTLV Modifier and Type Method Description LLDPLLDP. setOptionalTLVList(List<LLDPTLV> optionalTLVList)Constructors in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type LLDPTLV Constructor Description LLDPTLV(LLDPTLV other)Constructor that writes the passed LLDPTLV values to the hdrFieldsMap.
 
-