com.baidubce.services.batch.model
Class GetJobResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.batch.model.GetJobResponse
All Implemented Interfaces:
Serializable

public class GetJobResponse
extends AbstractBceResponse

Represent the response of GetJobRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetJobResponse()
           
 
Method Summary
 Job getJob()
           
 void setJob(Job job)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetJobResponse

public GetJobResponse()
Method Detail

getJob

public Job getJob()

setJob

public void setJob(Job job)


Copyright © 2018. All rights reserved.