public class LogSetInfo extends AbstractModel
Constructor and Description |
---|
LogSetInfo() |
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 date
|
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
|
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 date
|
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 |
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 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 datepublic String getRegion()
public void setRegion(String Region)
Region
- RegionCopyright © 2020. All rights reserved.