public class MultipleJobsDetails extends Object implements ResponseBody, Serializable
RequestJobDetails
message.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_JOBS |
Constructor and Description |
---|
MultipleJobsDetails(Collection<JobDetails> jobs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<JobDetails> |
getJobs() |
int |
hashCode() |
String |
toString() |
public static final String FIELD_NAME_JOBS
public MultipleJobsDetails(Collection<JobDetails> jobs)
public Collection<JobDetails> getJobs()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.