public class Dyno extends Object implements Serializable
Constructor and Description |
---|
Dyno() |
Modifier and Type | Method and Description |
---|---|
App |
getApp() |
String |
getAttach_url() |
String |
getCommand() |
String |
getId() |
String |
getName() |
Release |
getRelease() |
String |
getSize() |
String |
getState() |
String |
getType() |
String |
getUpdated_at() |
void |
setApp(App app) |
void |
setAttach_url(String attach_url) |
void |
setCommand(String command) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRelease(Release release) |
void |
setSize(String size) |
void |
setState(String state) |
void |
setType(String type) |
void |
setUpdated_at(String updated_at) |
public App getApp()
public void setApp(App app)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getSize()
public void setSize(String size)
public String getState()
public void setState(String state)
public String getType()
public void setType(String type)
public Release getRelease()
public void setRelease(Release release)
public String getAttach_url()
public void setAttach_url(String attach_url)
public String getCommand()
public void setCommand(String command)
public String getUpdated_at()
public void setUpdated_at(String updated_at)
Copyright © 2017. All rights reserved.