Class PiErrorString
- java.lang.Object
- 
- org.onosproject.net.pi.runtime.data.PiErrorString
 
- 
- 
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 booleanequals(Object o)StringerrorString()Return protocol-independent error string instance.inthashCode()static PiErrorStringof(String errorString)Returns a new protocol-independent error string.StringtoString()PiData.Typetype()Returns the type of this protocol-independent data.
 
- 
- 
- 
Method Detail- 
ofpublic static PiErrorString of(String errorString) Returns a new protocol-independent error string.- Parameters:
- errorString- error string
- Returns:
- error string
 
 - 
errorStringpublic String errorString() Return protocol-independent error string instance.- Returns:
- error string
 
 - 
typepublic PiData.Type type() Description copied from interface:PiDataReturns the type of this protocol-independent data.
 
- 
 
-