Class ListJobsByStatusResult
- All Implemented Interfaces:
Serializable,Cloneable
The ListJobsByStatusResponse structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetJobs()An array ofJobobjects that have the specified status.A value that you use to access the second and subsequent pages of results, if any.inthashCode()voidsetJobs(Collection<Job> jobs) An array ofJobobjects that have the specified status.voidsetNextPageToken(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.toString()Returns a string representation of this object; useful for testing and debugging.An array ofJobobjects that have the specified status.withJobs(Collection<Job> jobs) An array ofJobobjects that have the specified status.withNextPageToken(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.
-
Constructor Details
-
ListJobsByStatusResult
public ListJobsByStatusResult()
-
-
Method Details
-
getJobs
An array of
Jobobjects that have the specified status.- Returns:
- An array of
Jobobjects that have the specified status.
-
setJobs
An array of
Jobobjects that have the specified status.- Parameters:
jobs- An array ofJobobjects that have the specified status.
-
withJobs
An array of
Jobobjects that have the specified status.NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection)orwithJobs(java.util.Collection)if you want to override the existing values.- Parameters:
jobs- An array ofJobobjects that have the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobs
An array of
Jobobjects that have the specified status.- Parameters:
jobs- An array ofJobobjects that have the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.- Parameters:
nextPageToken- A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value ofNextPageTokenisnull.
-
getNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.- Returns:
- A value that you use to access the second and subsequent pages of
results, if any. When the jobs in the specified pipeline fit on
one page or when you've reached the last page of results, the
value of
NextPageTokenisnull.
-
withNextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.- Parameters:
nextPageToken- A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value ofNextPageTokenisnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-