public class LogsetInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LogsetInfo()  | 
LogsetInfo(LogsetInfo 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 | 
getAssumerName()
Get Cloud product identifier. 
 | 
String | 
getCreateTime()
Get Creation time 
 | 
String | 
getLogsetId()
Get Logset ID 
 | 
String | 
getLogsetName()
Get Logset name 
 | 
String | 
getRoleName()
Get If `AssumerName` is not empty, it indicates the service provider who creates the logset. 
 | 
Tag[] | 
getTags()
Get Tag bound to logset
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
Long | 
getTopicCount()
Get Number of log topics in logset 
 | 
void | 
setAssumerName(String AssumerName)
Set Cloud product identifier. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setLogsetId(String LogsetId)
Set Logset ID 
 | 
void | 
setLogsetName(String LogsetName)
Set Logset name 
 | 
void | 
setRoleName(String RoleName)
Set If `AssumerName` is not empty, it indicates the service provider who creates the logset. 
 | 
void | 
setTags(Tag[] Tags)
Set Tag bound to logset
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setTopicCount(Long TopicCount)
Set Number of log topics in logset 
 | 
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 LogsetInfo()
public LogsetInfo(LogsetInfo source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - Logset IDpublic String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName - Logset namepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getAssumerName()
public void setAssumerName(String AssumerName)
AssumerName - Cloud product identifier. If the logset is created by another cloud product, this field returns the name of the cloud product, such as `CDN` or `TKE`.
Note: This field may return null, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag bound to logset
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getTopicCount()
public void setTopicCount(Long TopicCount)
TopicCount - Number of log topics in logsetpublic String getRoleName()
public void setRoleName(String RoleName)
RoleName - If `AssumerName` is not empty, it indicates the service provider who creates the logset.Copyright © 2025. All rights reserved.