| Constructor and Description |
|---|
ApplicationClass(String className,
String description,
co.cask.cdap.api.data.schema.Schema configSchema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName()
Returns the fully qualified class name of the Application Class.
|
co.cask.cdap.api.data.schema.Schema |
getConfigSchema()
Returns the schema of the Application config, or null if the Application does not use config
|
String |
getDescription()
Returns description of the Application Class.
|
int |
hashCode() |
String |
toString() |
public ApplicationClass(String className, String description, @Nullable co.cask.cdap.api.data.schema.Schema configSchema)
public String getDescription()
public String getClassName()
@Nullable public co.cask.cdap.api.data.schema.Schema getConfigSchema()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.