public class SaveAndDeployLogstashPipelineRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SaveAndDeployLogstashPipelineRequest() | 
| SaveAndDeployLogstashPipelineRequest(SaveAndDeployLogstashPipelineRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get 实例ID | 
| Long | getOpType()Get 操作类型1:只保存2:保存并部署 | 
| LogstashPipeline | getPipeline()Get 实例管道信息 | 
| void | setInstanceId(String InstanceId)Set 实例ID | 
| void | setOpType(Long OpType)Set 操作类型1:只保存2:保存并部署 | 
| void | setPipeline(LogstashPipeline Pipeline)Set 实例管道信息 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SaveAndDeployLogstashPipelineRequest()
public SaveAndDeployLogstashPipelineRequest(SaveAndDeployLogstashPipelineRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例IDpublic LogstashPipeline getPipeline()
public void setPipeline(LogstashPipeline Pipeline)
Pipeline - 实例管道信息public Long getOpType()
public void setOpType(Long OpType)
OpType - 操作类型Copyright © 2025. All rights reserved.