Class PiBitString
- java.lang.Object
- 
- org.onosproject.net.pi.runtime.data.PiBitString
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.onosproject.net.pi.model.PiDataPiData.Type
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableByteSequencebitString()Return protocol-independent bitString instance.booleanequals(java.lang.Object o)inthashCode()static PiBitStringof(ImmutableByteSequence bitString)Returns a new protocol-independent BitString.java.lang.StringtoString()PiData.Typetype()Returns the type of this protocol-independent data.
 
- 
- 
- 
Method Detail- 
ofpublic static PiBitString of(ImmutableByteSequence bitString) Returns a new protocol-independent BitString.- Parameters:
- bitString- bitString
- Returns:
- BitString
 
 - 
bitStringpublic ImmutableByteSequence bitString() Return protocol-independent bitString instance.- Returns:
- bitString
 
 - 
typepublic PiData.Type type() Description copied from interface:PiDataReturns the type of this protocol-independent data.
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-