public class ProgramId extends Object
Id.Program, for HTTP endpoints.| Constructor and Description |
|---|
ProgramId(Id.Program program) |
ProgramId(String namespace,
String application,
ProgramType type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplication() |
String |
getId() |
String |
getNamespace() |
ProgramType |
getType() |
int |
hashCode() |
String |
toString() |
public ProgramId(Id.Program program)
public ProgramId(String namespace, String application, ProgramType type, String id)
public String getNamespace()
public String getApplication()
public ProgramType getType()
public String getId()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.