@ThreadSafe public class NugetPackage extends NugetPackageReference
| Constructor and Description |
|---|
NugetPackage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthors()
Gets the authors.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getLicenseUrl()
Gets the licenseUrl.
|
java.lang.String |
getOwners()
Gets the owners.
|
java.lang.String |
getTitle()
Gets the title.
|
int |
hashCode() |
void |
setAuthors(java.lang.String authors)
Sets the authors.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setLicenseUrl(java.lang.String licenseUrl)
Sets the licenseUrl.
|
void |
setOwners(java.lang.String owners)
Sets the owners.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
getId, getVersion, setId, setVersionpublic void setTitle(java.lang.String title)
title - the titlepublic java.lang.String getTitle()
public void setAuthors(java.lang.String authors)
authors - the authorspublic java.lang.String getAuthors()
public void setOwners(java.lang.String owners)
owners - the ownerspublic java.lang.String getOwners()
public void setLicenseUrl(java.lang.String licenseUrl)
licenseUrl - the licenseUrlpublic java.lang.String getLicenseUrl()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the descriptionpublic boolean equals(java.lang.Object obj)
NugetPackageReferenceequals in class NugetPackageReferencepublic int hashCode()
NugetPackageReferencehashCode in class NugetPackageReferenceCopyright© 2012-21 Jeremy Long. All Rights Reserved.