@ThreadSafe public class NugetPackage extends NugetPackageReference
| Constructor and Description |
|---|
NugetPackage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthors()
Gets the authors.
|
String |
getLicenseUrl()
Gets the licenseUrl.
|
String |
getOwners()
Gets the owners.
|
String |
getTitle()
Gets the title.
|
int |
hashCode() |
void |
setAuthors(String authors)
Sets the authors.
|
void |
setLicenseUrl(String licenseUrl)
Sets the licenseUrl.
|
void |
setOwners(String owners)
Sets the owners.
|
void |
setTitle(String title)
Sets the title.
|
getId, getVersion, setId, setVersionpublic void setTitle(String title)
title - the titlepublic String getTitle()
public void setAuthors(String authors)
authors - the authorspublic String getAuthors()
public void setOwners(String owners)
owners - the ownerspublic String getOwners()
public void setLicenseUrl(String licenseUrl)
licenseUrl - the licenseUrlpublic String getLicenseUrl()
public boolean equals(Object obj)
NugetPackageReferenceequals in class NugetPackageReferencepublic int hashCode()
NugetPackageReferencehashCode in class NugetPackageReferenceCopyright © 2012–2020 OWASP. All rights reserved.