public class PipelineInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PipelineInfo() | 
| PipelineInfo(PipelineInfo 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 | getAggCmd()Get 聚合表达式。必须是json格式 | 
| String | getAggOp()Get 聚合运算符:$addFields、$match、$project、$replaceRoot、$redact、$replaceWith、$set、$unset。其中 $replaceWith、$set、$unset 只有当订阅实例是4.2及以上版本可选。 | 
| void | setAggCmd(String AggCmd)Set 聚合表达式。必须是json格式 | 
| void | setAggOp(String AggOp)Set 聚合运算符:$addFields、$match、$project、$replaceRoot、$redact、$replaceWith、$set、$unset。其中 $replaceWith、$set、$unset 只有当订阅实例是4.2及以上版本可选。 | 
| 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 PipelineInfo()
public PipelineInfo(PipelineInfo source)
public String getAggOp()
public void setAggOp(String AggOp)
AggOp - 聚合运算符:$addFields、$match、$project、$replaceRoot、$redact、$replaceWith、$set、$unset。其中 $replaceWith、$set、$unset 只有当订阅实例是4.2及以上版本可选。public String getAggCmd()
public void setAggCmd(String AggCmd)
AggCmd - 聚合表达式。必须是json格式Copyright © 2025. All rights reserved.