com.baidubce.services.batch.model
Class ListJobsResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.batch.model.ListJobsResponse
- All Implemented Interfaces:
- Serializable
public class ListJobsResponse
- extends AbstractBceResponse
Represent the response of ListJobsResponse.
The response contains a array of Batch Job objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListJobsResponse
public ListJobsResponse()
getMarker
public String getMarker()
setMarker
public void setMarker(String marker)
getMaxKeys
public int getMaxKeys()
setMaxKeys
public void setMaxKeys(int maxKeys)
getNextMarker
public String getNextMarker()
setNextMarker
public void setNextMarker(String nextMarker)
isTruncated
public boolean isTruncated()
setTruncated
public void setTruncated(boolean isTruncated)
getJobs
public List<Job> getJobs()
setJobs
public void setJobs(List<Job> jobs)
Copyright © 2018. All rights reserved.