Class NetworkVlan


  • public class NetworkVlan
    extends Object
    • Constructor Detail

      • NetworkVlan

        @ConstructorProperties({"id","accountId","name","networkVrfId","primarySubnetId","vlanNumber","note"})
        public NetworkVlan​(int id,
                           int accountId,
                           @Nullable
                           String name,
                           int networkVrfId,
                           int primarySubnetId,
                           int vlanNumber,
                           @Nullable
                           String note)
    • Method Detail

      • getId

        public int getId()
      • getAccountId

        public int getAccountId()
      • getName

        public String getName()
      • getNetworkVrfId

        public int getNetworkVrfId()
      • getPrimarySubnetId

        public int getPrimarySubnetId()
      • getVlanNumber

        public int getVlanNumber()
      • getNote

        public String getNote()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object