Class RoleReplyInfo


  • public class RoleReplyInfo
    extends java.lang.Object
    Helper 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)  
    • Constructor Detail

      • RoleReplyInfo

        public RoleReplyInfo​(RoleState role,
                             org.projectfloodlight.openflow.types.U64 genId,
                             long xid)
    • Method Detail

      • getGenId

        public org.projectfloodlight.openflow.types.U64 getGenId()
      • getXid

        public long getXid()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object