public class ProgramRecord extends Object
| Constructor and Description |
|---|
ProgramRecord(ProgramType type,
String app,
String name,
String description) |
ProgramRecord(ProgramType type,
String app,
String id,
String name,
String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApp() |
String |
getDescription() |
String |
getId()
Deprecated.
|
String |
getName() |
ProgramType |
getType() |
public ProgramRecord(ProgramType type, String app, String name, String description)
@Deprecated public ProgramRecord(ProgramType type, String app, String id, String name, String description)
public ProgramType getType()
public String getApp()
@Deprecated public String getId()
public String getName()
public String getDescription()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.