Interface MonitorProfileGetInput

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

    public interface MonitorProfileGetInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<MonitorProfileGetInput>

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

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

    To create instances of this class use MonitorProfileGetInputBuilder.

    See Also:
    MonitorProfileGetInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MonitorProfileGetInput> 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.RpcInput
      • getProfile

        @Nullable Profile getProfile()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.genius.alivenessmonitor.rev160411.monitor.profile.get.input.Profile profile, or null if not present