Interface IsDcgwPresentInput

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

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

     input input {
       leaf dcgw-ip {
         type string;
       }
     }
     
    The schema path to identify an instance is itm-rpc/is-dcgw-present/input

    To create instances of this class use IsDcgwPresentInputBuilder.

    See Also:
    IsDcgwPresentInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<IsDcgwPresentInput> 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
      • getDcgwIp

        @Nullable java.lang.String getDcgwIp()
        Returns:
        java.lang.String dcgwIp, or null if not present