public class LogServiceInfo extends AbstractModel
Constructor and Description |
---|
LogServiceInfo() |
LogServiceInfo(LogServiceInfo 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 |
getLogsetId()
Get log-id
|
String |
getLogsetName()
Get log名
|
String |
getRegion()
Get cls日志所属地域
|
String |
getTopicId()
Get topic-id
|
String |
getTopicName()
Get topic名
|
void |
setLogsetId(String LogsetId)
Set log-id
|
void |
setLogsetName(String LogsetName)
Set log名
|
void |
setRegion(String Region)
Set cls日志所属地域
|
void |
setTopicId(String TopicId)
Set topic-id
|
void |
setTopicName(String TopicName)
Set topic名
|
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, toJsonString
public LogServiceInfo()
public LogServiceInfo(LogServiceInfo source)
public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- log名public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- log-idpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- topic名public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- topic-idpublic String getRegion()
public void setRegion(String Region)
Region
- cls日志所属地域Copyright © 2021. All rights reserved.