public class PollForThirdPartyJobsResult extends Object implements Serializable, Cloneable
Represents the output of a poll for third party jobs action.
Constructor and Description |
---|
PollForThirdPartyJobsResult() |
Modifier and Type | Method and Description |
---|---|
PollForThirdPartyJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ThirdPartyJob> |
getJobs()
Information about the jobs to take action on.
|
int |
hashCode() |
void |
setJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PollForThirdPartyJobsResult |
withJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
PollForThirdPartyJobsResult |
withJobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
|
public List<ThirdPartyJob> getJobs()
Information about the jobs to take action on.
public void setJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
jobs
- Information about the jobs to take action on.public PollForThirdPartyJobsResult withJobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
NOTE: This method appends the values to the existing list (if
any). Use setJobs(java.util.Collection)
or
withJobs(java.util.Collection)
if you want to override the
existing values.
jobs
- Information about the jobs to take action on.public PollForThirdPartyJobsResult withJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
jobs
- Information about the jobs to take action on.public String toString()
toString
in class Object
Object.toString()
public PollForThirdPartyJobsResult clone()
Copyright © 2015. All rights reserved.