public class Patch extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Patch.Type |
Constructor and Description |
---|
Patch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Diff |
getDiff() |
List<Issue> |
getResolves() |
Patch.Type |
getType() |
int |
hashCode() |
void |
setDiff(Diff diff) |
void |
setResolves(List<Issue> resolves) |
void |
setType(Patch.Type type) |
public Diff getDiff()
public void setDiff(Diff diff)
public Patch.Type getType()
public void setType(Patch.Type type)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.