public class SetLoadBalancerClsLogRequest extends AbstractModel
| Constructor and Description |
|---|
SetLoadBalancerClsLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadBalancerId()
Get 负载均衡实例 ID
|
String |
getLogSetId()
Get 日志服务(CLS)的日志集ID
|
String |
getLogTopicId()
Get 日志服务(CLS)的日志主题ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID
|
void |
setLogSetId(String LogSetId)
Set 日志服务(CLS)的日志集ID
|
void |
setLogTopicId(String LogTopicId)
Set 日志服务(CLS)的日志主题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 String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - 负载均衡实例 IDpublic String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - 日志服务(CLS)的日志集IDpublic String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId - 日志服务(CLS)的日志主题IDCopyright © 2020. All rights reserved.