public class NugetPackageReference extends Object
| Constructor and Description |
|---|
NugetPackageReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Gets the id.
|
String |
getVersion()
Gets the version.
|
int |
hashCode() |
void |
setId(String id)
Sets the id.
|
void |
setVersion(String version)
Sets the version.
|
public void setId(String id)
id - the idpublic String getId()
public void setVersion(String version)
version - the versionpublic String getVersion()
Copyright © 2012–2020 OWASP. All rights reserved.