com.baidubce.services.vca.model
Class QuerySubTaskRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.vca.model.QuerySubTaskRequest

public class QuerySubTaskRequest
extends AbstractBceRequest

query sub task request.

Author:
chenzhangli01

Constructor Summary
QuerySubTaskRequest()
           
 
Method Summary
 String getSource()
           
 String getSubTaskType()
           
 void setSource(String source)
           
 void setSubTaskType(String subTaskType)
           
 String toString()
           
 AbstractBceRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuerySubTaskRequest

public QuerySubTaskRequest()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getSubTaskType

public String getSubTaskType()

setSubTaskType

public void setSubTaskType(String subTaskType)

toString

public String toString()
Overrides:
toString in class Object

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.