com.baidubce.services.binaryparser.model
Class UpdateBinaryParserRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.model.GenericAccountRequest
          extended by com.baidubce.services.binaryparser.model.UpdateBinaryParserRequest

public class UpdateBinaryParserRequest
extends GenericAccountRequest

Created by yuanyoujun on 2017/9/2.


Constructor Summary
UpdateBinaryParserRequest()
           
 
Method Summary
 String getInputTopic()
           
 String getName()
           
 String getOutputTopic()
           
 String getScript()
           
 void setInputTopic(String inputTopic)
           
 void setName(String name)
           
 void setOutputTopic(String outputTopic)
           
 void setScript(String script)
           
 
Methods inherited from class com.baidubce.model.GenericAccountRequest
withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateBinaryParserRequest

public UpdateBinaryParserRequest()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getInputTopic

public String getInputTopic()

setInputTopic

public void setInputTopic(String inputTopic)

getScript

public String getScript()

setScript

public void setScript(String script)

getOutputTopic

public String getOutputTopic()

setOutputTopic

public void setOutputTopic(String outputTopic)


Copyright © 2018. All rights reserved.