Class LinkLayerDiscoveryProtocolElementContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.LinkLayerDiscoveryProtocolElementContainer
-
- All Implemented Interfaces:
Identified
,LinkLayerDiscoveryProtocolElement
public class LinkLayerDiscoveryProtocolElementContainer extends IdentifiedContainer implements LinkLayerDiscoveryProtocolElement
-
-
Constructor Summary
Constructors Constructor Description LinkLayerDiscoveryProtocolElementContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
oui()
void
oui(BigInteger newOui)
Byte
ouiAsByte()
Integer
ouiAsInteger()
Long
ouiAsLong()
Short
ouiAsShort()
boolean
ouiPresent()
List<Property>
properties()
void
properties(List<Property> newProperties)
boolean
propertiesPresent()
BigInteger
subtype()
void
subtype(BigInteger newSubtype)
Byte
subtypeAsByte()
Integer
subtypeAsInteger()
Long
subtypeAsLong()
Short
subtypeAsShort()
boolean
subtypePresent()
BigInteger
type()
void
type(BigInteger newType)
Byte
typeAsByte()
Integer
typeAsInteger()
Long
typeAsLong()
Short
typeAsShort()
boolean
typePresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
oui
public BigInteger oui()
- Specified by:
oui
in interfaceLinkLayerDiscoveryProtocolElement
-
ouiAsByte
public Byte ouiAsByte()
- Specified by:
ouiAsByte
in interfaceLinkLayerDiscoveryProtocolElement
-
ouiAsShort
public Short ouiAsShort()
- Specified by:
ouiAsShort
in interfaceLinkLayerDiscoveryProtocolElement
-
ouiAsInteger
public Integer ouiAsInteger()
- Specified by:
ouiAsInteger
in interfaceLinkLayerDiscoveryProtocolElement
-
ouiAsLong
public Long ouiAsLong()
- Specified by:
ouiAsLong
in interfaceLinkLayerDiscoveryProtocolElement
-
oui
public void oui(BigInteger newOui)
-
ouiPresent
public boolean ouiPresent()
- Specified by:
ouiPresent
in interfaceLinkLayerDiscoveryProtocolElement
-
properties
public List<Property> properties()
- Specified by:
properties
in interfaceLinkLayerDiscoveryProtocolElement
-
propertiesPresent
public boolean propertiesPresent()
- Specified by:
propertiesPresent
in interfaceLinkLayerDiscoveryProtocolElement
-
subtype
public BigInteger subtype()
- Specified by:
subtype
in interfaceLinkLayerDiscoveryProtocolElement
-
subtypeAsByte
public Byte subtypeAsByte()
- Specified by:
subtypeAsByte
in interfaceLinkLayerDiscoveryProtocolElement
-
subtypeAsShort
public Short subtypeAsShort()
- Specified by:
subtypeAsShort
in interfaceLinkLayerDiscoveryProtocolElement
-
subtypeAsInteger
public Integer subtypeAsInteger()
- Specified by:
subtypeAsInteger
in interfaceLinkLayerDiscoveryProtocolElement
-
subtypeAsLong
public Long subtypeAsLong()
- Specified by:
subtypeAsLong
in interfaceLinkLayerDiscoveryProtocolElement
-
subtype
public void subtype(BigInteger newSubtype)
-
subtypePresent
public boolean subtypePresent()
- Specified by:
subtypePresent
in interfaceLinkLayerDiscoveryProtocolElement
-
type
public BigInteger type()
- Specified by:
type
in interfaceLinkLayerDiscoveryProtocolElement
-
typeAsByte
public Byte typeAsByte()
- Specified by:
typeAsByte
in interfaceLinkLayerDiscoveryProtocolElement
-
typeAsShort
public Short typeAsShort()
- Specified by:
typeAsShort
in interfaceLinkLayerDiscoveryProtocolElement
-
typeAsInteger
public Integer typeAsInteger()
- Specified by:
typeAsInteger
in interfaceLinkLayerDiscoveryProtocolElement
-
typeAsLong
public Long typeAsLong()
- Specified by:
typeAsLong
in interfaceLinkLayerDiscoveryProtocolElement
-
type
public void type(BigInteger newType)
-
typePresent
public boolean typePresent()
- Specified by:
typePresent
in interfaceLinkLayerDiscoveryProtocolElement
-
-