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.PiData
PiData.Type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
errorString()
Return protocol-independent error string instance.int
hashCode()
static PiErrorString
of(String errorString)
Returns a new protocol-independent error string.String
toString()
PiData.Type
type()
Returns the type of this protocol-independent data.
-
-
-
Method Detail
-
of
public static PiErrorString of(String errorString)
Returns a new protocol-independent error string.- Parameters:
errorString
- error string- Returns:
- error string
-
errorString
public String errorString()
Return protocol-independent error string instance.- Returns:
- error string
-
type
public PiData.Type type()
Description copied from interface:PiData
Returns the type of this protocol-independent data.
-
-