public class Patch extends Object
| Constructor and Description |
|---|
Patch(String id,
URL url,
Repository repository,
Codebase codebase,
PatchState state) |
Patch(String id,
URL url,
Repository repository,
Codebase codebase,
PatchState state,
String title,
String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Codebase |
getCodebase() |
String |
getId() |
Repository |
getRepository() |
PatchState |
getState() |
String |
getTitle() |
URL |
getURL() |
void |
setBody(String body) |
void |
setRepository(Repository repository) |
void |
setState(PatchState state) |
void |
setTitle(String title) |
String |
toString() |
public Patch(String id, URL url, Repository repository, Codebase codebase, PatchState state, String title, String body)
public Patch(String id, URL url, Repository repository, Codebase codebase, PatchState state)
public String getId()
public URL getURL()
public Codebase getCodebase()
public PatchState getState()
public void setState(PatchState state)
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
public Repository getRepository()
public void setRepository(Repository repository)
Copyright © 2016 JBoss by Red Hat. All rights reserved.