Interface Profile

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Profile>, BfdParams, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MonitorProfileCreateInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MonitorProfileParams

    public interface Profile
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MonitorProfileCreateInput>, org.opendaylight.yangtools.yang.binding.Augmentable<Profile>, MonitorProfileParams

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

     container profile {
       uses monitor-profile-params;
     }
     
    The schema path to identify an instance is aliveness-monitor/monitor-profile-create/input/profile

    To create instances of this class use ProfileBuilder.

    See Also:
    ProfileBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Profile> 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