public class Dependency extends Object
Constructor and Description |
---|
Dependency()
Default constructor for serialization frameworks.
|
Dependency(String name,
String version,
String checksumsha1,
String checksumsha256,
String url) |
Modifier and Type | Method and Description |
---|---|
String |
getChecksumSha1()
Retrieve the current checksumSha1 for the
Dependency |
String |
getChecksumSha256()
Retrieve the current checksumSha256 for the
Dependency |
String |
getName()
Retrieve the current name for the
Dependency |
String |
getUrl()
Retrieve the current url for the
Dependency |
String |
getVersion()
Retrieve the current version for the
Dependency |
void |
setChecksumSha1(String checksumSha1)
Establish the checksumSha1 for the
Dependency . |
void |
setChecksumSha256(String checksumSha256)
Establish the checksumSha1256 for the
Dependency . |
void |
setName(String name)
Establish the name for the
Dependency . |
void |
setUrl(String url)
Establish the url for the
Dependency . |
void |
setVersion(String version)
Establish the version for the
Dependency . |
public String getName()
Dependency
Dependency
public void setName(String name)
Dependency
.name
- String
representing the name.public String getVersion()
Dependency
Dependency
public void setVersion(String version)
Dependency
.version
- String
representing the version.public String getChecksumSha1()
Dependency
Dependency
public void setChecksumSha1(String checksumSha1)
Dependency
.checksumSha1
- String
representing the checksumSha1.public String getUrl()
Dependency
Dependency
public void setUrl(String url)
Dependency
.url
- String
representing the url.public String getChecksumSha256()
Dependency
Dependency
public void setChecksumSha256(String checksumSha256)
Dependency
.checksumSha256
- String
representing the checksumSha256.Copyright © 2024 Pivotal Software, Inc.. All rights reserved.