|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.whitesource.agent.api.dispatch.ReportResult
public class ReportResult
Result of the license distribution operation.
| Constructor Summary | |
|---|---|
ReportResult()
Deprecated. Default constructor (for JSON parsing) |
|
ReportResult(Map<String,Integer> licenseDistribution,
int numOfNewerVersions)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
Map<String,Integer> |
getLicenseDistribution()
Deprecated. |
int |
getNumOfNewerVersions()
Deprecated. |
void |
setLicenseDistribution(Map<String,Integer> licenseDistribution)
Deprecated. |
void |
setNumOfNewerVersions(int numOfNewerVersions)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportResult()
public ReportResult(Map<String,Integer> licenseDistribution,
int numOfNewerVersions)
properties - | Method Detail |
|---|
public Map<String,Integer> getLicenseDistribution()
public void setLicenseDistribution(Map<String,Integer> licenseDistribution)
public int getNumOfNewerVersions()
public void setNumOfNewerVersions(int numOfNewerVersions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||