com.baidubce.services.batch.model
Class CreateJobResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.batch.model.CreateJobResponse
- All Implemented Interfaces:
- Serializable
public class CreateJobResponse
- extends AbstractBceResponse
Represent the response for the CreateJobRequest.
The response contains the ID of the newly created job.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateJobResponse
public CreateJobResponse()
getJobId
public String getJobId()
setJobId
public void setJobId(String jobId)
Copyright © 2018. All rights reserved.