public class LogSetInfo extends AbstractModel
| 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 | 
getDeleted()
Get Whether the logset is deleted. 
 | 
String | 
getLogSetId()
Get ID of the logset. 
 | 
String | 
getLogSetName()
Get Name of the logset. 
 | 
String | 
getLogSetRegion()
Get Region of the logset. 
 | 
void | 
setDeleted(String Deleted)
Set Whether the logset is deleted. 
 | 
void | 
setLogSetId(String LogSetId)
Set ID of the logset. 
 | 
void | 
setLogSetName(String LogSetName)
Set Name of the logset. 
 | 
void | 
setLogSetRegion(String LogSetRegion)
Set Region of the logset. 
 | 
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, toJsonStringpublic LogSetInfo()
public LogSetInfo(LogSetInfo source)
public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion - Region of the logset.public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName - Name of the logset.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - ID of the logset.public String getDeleted()
public void setDeleted(String Deleted)
Deleted - Whether the logset is deleted. Values:
Copyright © 2022. All rights reserved.