Class BgpConfigurator.startBgp_args

    • Field Detail

      • asNumber

        public long asNumber
      • routerId

        public java.lang.String routerId
      • port

        public int port
      • holdTime

        public int holdTime
      • keepAliveTime

        public int keepAliveTime
      • stalepathTime

        public int stalepathTime
      • announceFbit

        public boolean announceFbit
    • Constructor Detail

      • startBgp_args

        public startBgp_args()
      • startBgp_args

        public startBgp_args​(long asNumber,
                             java.lang.String routerId,
                             int port,
                             int holdTime,
                             int keepAliveTime,
                             int stalepathTime,
                             boolean announceFbit)
    • Method Detail

      • getAsNumber

        public long getAsNumber()
      • unsetAsNumber

        public void unsetAsNumber()
      • isSetAsNumber

        public boolean isSetAsNumber()
        Returns true if field asNumber is set (has been assigned a value) and false otherwise
      • setAsNumberIsSet

        public void setAsNumberIsSet​(boolean value)
      • getRouterId

        public java.lang.String getRouterId()
      • unsetRouterId

        public void unsetRouterId()
      • isSetRouterId

        public boolean isSetRouterId()
        Returns true if field routerId is set (has been assigned a value) and false otherwise
      • setRouterIdIsSet

        public void setRouterIdIsSet​(boolean value)
      • getPort

        public int getPort()
      • unsetPort

        public void unsetPort()
      • isSetPort

        public boolean isSetPort()
        Returns true if field port is set (has been assigned a value) and false otherwise
      • setPortIsSet

        public void setPortIsSet​(boolean value)
      • getHoldTime

        public int getHoldTime()
      • unsetHoldTime

        public void unsetHoldTime()
      • isSetHoldTime

        public boolean isSetHoldTime()
        Returns true if field holdTime is set (has been assigned a value) and false otherwise
      • setHoldTimeIsSet

        public void setHoldTimeIsSet​(boolean value)
      • getKeepAliveTime

        public int getKeepAliveTime()
      • unsetKeepAliveTime

        public void unsetKeepAliveTime()
      • isSetKeepAliveTime

        public boolean isSetKeepAliveTime()
        Returns true if field keepAliveTime is set (has been assigned a value) and false otherwise
      • setKeepAliveTimeIsSet

        public void setKeepAliveTimeIsSet​(boolean value)
      • getStalepathTime

        public int getStalepathTime()
      • unsetStalepathTime

        public void unsetStalepathTime()
      • isSetStalepathTime

        public boolean isSetStalepathTime()
        Returns true if field stalepathTime is set (has been assigned a value) and false otherwise
      • setStalepathTimeIsSet

        public void setStalepathTimeIsSet​(boolean value)
      • isAnnounceFbit

        public boolean isAnnounceFbit()
      • unsetAnnounceFbit

        public void unsetAnnounceFbit()
      • isSetAnnounceFbit

        public boolean isSetAnnounceFbit()
        Returns true if field announceFbit is set (has been assigned a value) and false otherwise
      • setAnnounceFbitIsSet

        public void setAnnounceFbitIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException