public class EnvironmentStatusJsonBean extends Object implements com.atlassian.json.marshal.Jsonable
Constructor and Description |
---|
EnvironmentStatusJsonBean(String title,
Long id,
String url,
int position,
String project,
long projectId,
String projectUrl,
String status) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
int |
getPosition() |
String |
getProject() |
long |
getProjectId() |
String |
getStatus() |
String |
getTitle() |
void |
write(Writer writer) |
public void write(Writer writer) throws IOException
write
in interface com.atlassian.json.marshal.Jsonable
IOException
public String getTitle()
public Long getId()
public int getPosition()
public String getProject()
public long getProjectId()
public String getStatus()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.