Class PortConfig

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class PortConfig
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PortConfig

        public PortConfig​(PortConfig source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
    • Method Detail

      • getDefaultInstance

        public static PortConfig getDefaultInstance​(String defaultValue)
      • getPortDown

        public Boolean getPortDown()
      • isPortDown

        @Deprecated(forRemoval=true)
        public final Boolean isPortDown()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNoRecv

        public Boolean getNoRecv()
      • isNoRecv

        @Deprecated(forRemoval=true)
        public final Boolean isNoRecv()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNoFwd

        public Boolean getNoFwd()
      • isNoFwd

        @Deprecated(forRemoval=true)
        public final Boolean isNoFwd()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNoPacketIn

        public Boolean getNoPacketIn()
      • isNoPacketIn

        @Deprecated(forRemoval=true)
        public final Boolean isNoPacketIn()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getValue

        public boolean[] getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object