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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static MarkerResourcemarker(String mark)Creates an instance of MarkerResource.StringtoString()
 
- 
- 
- 
Method Detail- 
markerpublic static MarkerResource marker(String mark) Creates an instance of MarkerResource.- Parameters:
- mark- marker String
- Returns:
- MarkerResource
 
 
- 
 
-