Class BaseAttribute


  • public class BaseAttribute
    extends Record
    • Field Detail

      • sequence

        public java.lang.Long sequence
      • hash

        public java.lang.String hash
      • routerHash

        public java.lang.String routerHash
      • routerIp

        public java.net.InetAddress routerIp
      • peerHash

        public java.lang.String peerHash
      • peerIp

        public java.net.InetAddress peerIp
      • peerAsn

        public java.lang.Long peerAsn
      • timestamp

        public java.time.Instant timestamp
      • origin

        public java.lang.String origin
      • asPath

        public java.lang.String asPath
      • asPathCount

        public java.lang.Integer asPathCount
      • originAs

        public java.lang.Long originAs
      • nextHop

        public java.net.InetAddress nextHop
      • med

        public java.lang.Long med
      • localPref

        public java.lang.Long localPref
      • aggregator

        public java.lang.String aggregator
      • communityList

        public java.lang.String communityList
      • extCommunityList

        public java.lang.String extCommunityList
      • clusterList

        public java.lang.String clusterList
      • atomicAgg

        public boolean atomicAgg
      • nextHopIpv4

        public boolean nextHopIpv4
      • originatorId

        public java.lang.String originatorId
      • largeCommunityList

        public java.lang.String largeCommunityList
    • Constructor Detail

      • BaseAttribute

        public BaseAttribute()
    • Method Detail

      • fields

        protected java.lang.String[] fields()
        Specified by:
        fields in class Record