public class ClsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClsInfo() | 
| ClsInfo(ClsInfo 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 | getClsLogsetId()Get cls日志集ID | 
| String | getClsRegion()Get cls所属地域 | 
| String | getClsTopicId()Get cls日志主题ID | 
| String | getCreateTime()Get 创建时间 | 
| void | setClsLogsetId(String ClsLogsetId)Set cls日志集ID | 
| void | setClsRegion(String ClsRegion)Set cls所属地域 | 
| void | setClsTopicId(String ClsTopicId)Set cls日志主题ID | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| 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 ClsInfo()
public ClsInfo(ClsInfo source)
public String getClsRegion()
public void setClsRegion(String ClsRegion)
ClsRegion - cls所属地域public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId - cls日志集IDpublic String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId - cls日志主题IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间Copyright © 2025. All rights reserved.