public class CreateEdgeLogConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateEdgeLogConfigRequest() | 
| CreateEdgeLogConfigRequest(CreateEdgeLogConfigRequest 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 | getClusterId()Get Cluster ID | 
| String | getLogConfig()Get Log collection configuration in json form | 
| String | getLogsetId()Get CLS logset ID | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setLogConfig(String LogConfig)Set Log collection configuration in json form | 
| void | setLogsetId(String LogsetId)Set CLS logset ID | 
| 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 CreateEdgeLogConfigRequest()
public CreateEdgeLogConfigRequest(CreateEdgeLogConfigRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getLogConfig()
public void setLogConfig(String LogConfig)
LogConfig - Log collection configuration in json formpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - CLS logset IDCopyright © 2022. All rights reserved.