org.whitesource.agent.api.dispatch
Class ReportResult

java.lang.Object
  extended by org.whitesource.agent.api.dispatch.ReportResult

Deprecated. No use for this operation anymore.

public class ReportResult
extends Object

Result of the license distribution operation.

Author:
tom.shapira

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

ReportResult

public ReportResult()
Deprecated. 
Default constructor (for JSON parsing)


ReportResult

public ReportResult(Map<String,Integer> licenseDistribution,
                    int numOfNewerVersions)
Deprecated. 
Constructor

Parameters:
properties -
Method Detail

getLicenseDistribution

public Map<String,Integer> getLicenseDistribution()
Deprecated. 

setLicenseDistribution

public void setLicenseDistribution(Map<String,Integer> licenseDistribution)
Deprecated. 

getNumOfNewerVersions

public int getNumOfNewerVersions()
Deprecated. 

setNumOfNewerVersions

public void setNumOfNewerVersions(int numOfNewerVersions)
Deprecated. 


Copyright © 2011-2012 White Source. All Rights Reserved.