Interface Disable

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Disable>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ResponceTime

    public interface Disable
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Disable>, ResponceTime

    This class represents the following YANG schema fragment defined in module bgp

     case disable {
       leaf responce-time-disable {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/responce-time/disable
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<Disable> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isResponceTimeDisable

        @Nullable java.lang.Boolean isResponceTimeDisable()
        Returns:
        java.lang.Boolean responceTimeDisable, or null if not present