Interface ShardResultOutput

    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends ShardResultOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getShardResult

        @Nullable List<ShardResult> getShardResult()
        The list of results, one per shard
        Returns:
        java.util.List shardResult, or null if not present
      • nonnullShardResult

        default @NonNull List<ShardResult> nonnullShardResult()
        Returns:
        java.util.List shardResult, or an empty list if it is not present