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 | 
|---|---|
| Long | getAppId()Get Developer ID | 
| String | getChannel()Get Channel
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getCreateTime()Get Creation time | 
| String | getDeleted()Get Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long | getIsDefault()Get Whether it is the default logset | 
| String | getLogsetId()Get Logset ID | 
| String | getLogsetName()Get Logset name | 
| Long | getLogsetSavePeriod()Get Log retention period in days | 
| String | getRegion()Get Region | 
| String | getRegionEn()Get Whether English is used in this region
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setAppId(Long AppId)Set Developer ID | 
| void | setChannel(String Channel)Set Channel
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set Creation time | 
| void | setDeleted(String Deleted)Set Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setIsDefault(Long IsDefault)Set Whether it is the default logset | 
| void | setLogsetId(String LogsetId)Set Logset ID | 
| void | setLogsetName(String LogsetName)Set Logset name | 
| void | setLogsetSavePeriod(Long LogsetSavePeriod)Set Log retention period in days | 
| void | setRegion(String Region)Set Region | 
| void | setRegionEn(String RegionEn)Set Whether English is used in this region
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LogSetInfo()
public LogSetInfo(LogSetInfo source)
public Long getAppId()
public void setAppId(Long AppId)
AppId - Developer IDpublic String getChannel()
public void setChannel(String Channel)
Channel - Channel
Note: this field may return `null`, indicating that no valid values can be obtained.public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - Logset IDpublic String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName - Logset namepublic Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault - Whether it is the default logsetpublic Long getLogsetSavePeriod()
public void setLogsetSavePeriod(Long LogsetSavePeriod)
LogsetSavePeriod - Log retention period in dayspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getRegion()
public void setRegion(String Region)
Region - Regionpublic String getDeleted()
public void setDeleted(String Deleted)
Deleted - Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRegionEn()
public void setRegionEn(String RegionEn)
RegionEn - Whether English is used in this region
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.