Interface SetTime

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SetTime>, 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 SetTime
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SetTime>, ResponceTime

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

     case set-time {
       leaf responce-interval {
         type uint16 {
           range 15..3600;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/responce-time/set-time
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getResponceInterval()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 responceInterval, or null if not present