Interface MonitorProfile

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfile>, BfdParams, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MonitorProfiles>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<MonitorProfileKey>, MonitorProfileParams

    public interface MonitorProfile
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MonitorProfiles>, org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfile>, MonitorProfileParams, org.opendaylight.yangtools.yang.binding.Identifiable<MonitorProfileKey>

    This class represents the following YANG schema fragment defined in module aliveness-monitor

     list monitor-profile {
       key id;
       leaf id {
         type uint32;
       }
       uses monitor-profile-params;
     }
     
    The schema path to identify an instance is aliveness-monitor/monitor-profiles/monitor-profile

    To create instances of this class use MonitorProfileBuilder.

    See Also:
    MonitorProfileBuilder, MonitorProfileKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MonitorProfile> implementedInterface()
        Specified by:
        implementedInterface in interface BfdParams
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface MonitorProfileParams
      • getId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 id, or null if not present