Interface MonitorProfileCreateOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfileCreateOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface MonitorProfileCreateOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfileCreateOutput>

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

     output output {
       leaf profile-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is aliveness-monitor/monitor-profile-create/output

    To create instances of this class use MonitorProfileCreateOutputBuilder.

    See Also:
    MonitorProfileCreateOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MonitorProfileCreateOutput> implementedInterface()
        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 org.opendaylight.yangtools.yang.binding.RpcOutput
      • getProfileId

        org.opendaylight.yangtools.yang.common.Uint32 getProfileId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 profileId, or null if not present