public interface Foo extends Action<InstanceIdentifier<Cont>,Input,Output>
This class represents the following YANG schema fragment defined in module actions
action foo { input { leaf xyzzy { type string; } } output; }The schema path to identify an instance is actions/cont/foo
Copyright © 2019 OpenDaylight. All rights reserved.