Interface GenerateVpnLabelOutput

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

    This class represents the following YANG schema fragment defined in module vpn-rpc

     output output {
       leaf label {
         type uint32;
       }
     }
     
    The schema path to identify an instance is vpn-rpc/generate-vpn-label/output

    To create instances of this class use GenerateVpnLabelOutputBuilder.

    See Also:
    GenerateVpnLabelOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GenerateVpnLabelOutput> 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
      • getLabel

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