Package org.onosproject.net
Class MarkerResource
- java.lang.Object
-
- org.onosproject.net.MarkerResource
-
- All Implemented Interfaces:
NetworkResource
public final class MarkerResource extends Object implements NetworkResource
MarkerResource to add hints about installable Intent.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static MarkerResource
marker(String mark)
Creates an instance of MarkerResource.String
toString()
-
-
-
Method Detail
-
marker
public static MarkerResource marker(String mark)
Creates an instance of MarkerResource.- Parameters:
mark
- marker String- Returns:
- MarkerResource
-
-