mainClass property

String? mainClass
getter/setter pair

The fully qualified name of a class in jar_uris, for example, com.example.wordcount.

Exactly one of main_class and main_jar_uri field should be set for Java/Scala language type.

Implementation

core.String? mainClass;