org.whitesource.agent.api.dispatch
Class UpdateInventoryResult
java.lang.Object
org.whitesource.agent.api.dispatch.UpdateInventoryResult
- All Implemented Interfaces:
- Serializable
public class UpdateInventoryResult
- extends Object
- implements Serializable
Result of the update inventory operation.
- Author:
- Edo.Shor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateInventoryResult
public UpdateInventoryResult()
- Default constructor (for JSON parsing)
UpdateInventoryResult
public UpdateInventoryResult(String organization)
- Constructor
- Parameters:
organization - Name of the domain.
getOrganization
public String getOrganization()
setOrganization
public void setOrganization(String organization)
getUpdatedProjects
public Collection<String> getUpdatedProjects()
setUpdatedProjects
public void setUpdatedProjects(Collection<String> updatedProjects)
getCreatedProjects
public Collection<String> getCreatedProjects()
setCreatedProjects
public void setCreatedProjects(Collection<String> createdProjects)
Copyright © 2011-2012 White Source. All Rights Reserved.