Class RoleReplyInfo
- java.lang.Object
-
- org.onosproject.openflow.controller.driver.RoleReplyInfo
-
public class RoleReplyInfo extends java.lang.ObjectHelper class returns role reply information in the format understood by the controller.
-
-
Constructor Summary
Constructors Constructor Description RoleReplyInfo(RoleState role, org.projectfloodlight.openflow.types.U64 genId, long xid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.projectfloodlight.openflow.types.U64getGenId()RoleStategetRole()longgetXid()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RoleReplyInfo
public RoleReplyInfo(RoleState role, org.projectfloodlight.openflow.types.U64 genId, long xid)
-
-
Method Detail
-
getRole
public RoleState getRole()
-
getGenId
public org.projectfloodlight.openflow.types.U64 getGenId()
-
getXid
public long getXid()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-