public class PipelineLogInfo extends AbstractModel
| Constructor and Description | 
|---|
| PipelineLogInfo() | 
| PipelineLogInfo(PipelineLogInfo 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 | 
|---|---|
| LogInfo[] | getPipeline0()Get Log information of pipeline 0. | 
| LogInfo[] | getPipeline1()Get Log information of pipeline 1. | 
| void | setPipeline0(LogInfo[] Pipeline0)Set Log information of pipeline 0. | 
| void | setPipeline1(LogInfo[] Pipeline1)Set Log information of pipeline 1. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic PipelineLogInfo()
public PipelineLogInfo(PipelineLogInfo source)
public LogInfo[] getPipeline0()
public void setPipeline0(LogInfo[] Pipeline0)
Pipeline0 - Log information of pipeline 0.
Note: this field may return null, indicating that no valid values can be obtained.public LogInfo[] getPipeline1()
public void setPipeline1(LogInfo[] Pipeline1)
Pipeline1 - Log information of pipeline 1.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.