public class ApplicationDetail extends Object
| Constructor and Description |
|---|
ApplicationDetail(String name,
String version,
String description,
List<StreamDetail> streams,
List<DatasetDetail> datasets,
List<ProgramRecord> programs) |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetDetail> |
getDatasets() |
String |
getDescription() |
String |
getName() |
List<ProgramRecord> |
getPrograms() |
List<StreamDetail> |
getStreams() |
String |
getVersion() |
public ApplicationDetail(String name, String version, String description, List<StreamDetail> streams, List<DatasetDetail> datasets, List<ProgramRecord> programs)
public String getName()
public String getVersion()
public String getDescription()
public List<StreamDetail> getStreams()
public List<DatasetDetail> getDatasets()
public List<ProgramRecord> getPrograms()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.