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