com.baidubce.services.binaryparser.model
Class UpdateBinaryParserRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.model.GenericAccountRequest
com.baidubce.services.binaryparser.model.UpdateBinaryParserRequest
public class UpdateBinaryParserRequest
- extends GenericAccountRequest
Created by yuanyoujun on 2017/9/2.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateBinaryParserRequest
public UpdateBinaryParserRequest()
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.