public class RemoteDependency extends Object implements Serializable
| Constructor and Description |
|---|
RemoteDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Map<org.whitesource.agent.api.model.ChecksumType,String> |
getChecksums() |
String |
getFullHash() |
String |
getLeastSigBitsHash() |
String |
getMostSigBitsHash() |
String |
getOtherPlatformSha1() |
String |
getSha1() |
String |
getSystemPath() |
void |
setArtifactId(String artifactId) |
void |
setFullHash(String fullHash) |
void |
setLeastSigBitsHash(String leastSigBitsHash) |
void |
setMostSigBitsHash(String mostSigBitsHash) |
void |
setOtherPlatformSha1(String otherPlatformSha1) |
void |
setSha1(String sha1) |
void |
setSystemPath(String systemPath) |
public String getSystemPath()
public void setSystemPath(String systemPath)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getSha1()
public void setSha1(String sha1)
public void setOtherPlatformSha1(String otherPlatformSha1)
public String getOtherPlatformSha1()
public void setFullHash(String fullHash)
public String getFullHash()
public void setMostSigBitsHash(String mostSigBitsHash)
public String getMostSigBitsHash()
public void setLeastSigBitsHash(String leastSigBitsHash)
public String getLeastSigBitsHash()
Copyright © 2016–2018 White Source. All rights reserved.