public class AdminShowJobsResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.adminShowJobs(AdminShowJobsRequest).| Constructor and Description | 
|---|
| AdminShowJobsResponse()Constructs an AdminShowJobsResponse object with default parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| Object | get(int index)This method supports the Avro framework and is not intended to be called
 directly by the user. | 
| List<String> | getAuthId() | 
| static org.apache.avro.Schema | getClassSchema()This method supports the Avro framework and is not intended to be called
 directly by the user. | 
| List<String> | getEndpointName() | 
| Map<String,String> | getInfo() | 
| List<Long> | getJobId() | 
| org.apache.avro.Schema | getSchema()This method supports the Avro framework and is not intended to be called
 directly by the user. | 
| List<String> | getSourceIp() | 
| List<String> | getStatus() | 
| List<Long> | getTimeReceived() | 
| List<String> | getUserData() | 
| int | hashCode() | 
| void | put(int index,
   Object value)This method supports the Avro framework and is not intended to be called
 directly by the user. | 
| AdminShowJobsResponse | setAuthId(List<String> authId) | 
| AdminShowJobsResponse | setEndpointName(List<String> endpointName) | 
| AdminShowJobsResponse | setInfo(Map<String,String> info) | 
| AdminShowJobsResponse | setJobId(List<Long> jobId) | 
| AdminShowJobsResponse | setSourceIp(List<String> sourceIp) | 
| AdminShowJobsResponse | setStatus(List<String> status) | 
| AdminShowJobsResponse | setTimeReceived(List<Long> timeReceived) | 
| AdminShowJobsResponse | setUserData(List<String> userData) | 
| String | toString() | 
public AdminShowJobsResponse()
public static org.apache.avro.Schema getClassSchema()
public AdminShowJobsResponse setJobId(List<Long> jobId)
jobId - this to mimic the builder pattern.public AdminShowJobsResponse setStatus(List<String> status)
status - this to mimic the builder pattern.public AdminShowJobsResponse setEndpointName(List<String> endpointName)
endpointName - this to mimic the builder pattern.public AdminShowJobsResponse setTimeReceived(List<Long> timeReceived)
timeReceived - this to mimic the builder pattern.public AdminShowJobsResponse setAuthId(List<String> authId)
authId - this to mimic the builder pattern.public AdminShowJobsResponse setSourceIp(List<String> sourceIp)
sourceIp - this to mimic the builder pattern.public AdminShowJobsResponse setUserData(List<String> userData)
userData - this to mimic the builder pattern.public AdminShowJobsResponse setInfo(Map<String,String> info)
info - Additional information.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
                Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2020. All rights reserved.