public static class ReleaseNotes.Resolves extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReleaseNotes.Resolves.Type |
Constructor and Description |
---|
Resolves() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
List<String> |
getReferences() |
Source |
getSource() |
ReleaseNotes.Resolves.Type |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setReferences(List<String> references) |
void |
setSource(Source source) |
void |
setType(ReleaseNotes.Resolves.Type type) |
public ReleaseNotes.Resolves.Type getType()
public void setType(ReleaseNotes.Resolves.Type type)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Source getSource()
public void setSource(Source source)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.