public class CreateLogSetRequest extends AbstractModel
Constructor and Description |
---|
CreateLogSetRequest() |
CreateLogSetRequest(CreateLogSetRequest 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 |
getLogSetName()
Get 日志集名称。
|
String |
getLogSetRegion()
Get 日志集归属的地域。
|
void |
setLogSetName(String LogSetName)
Set 日志集名称。
|
void |
setLogSetRegion(String LogSetRegion)
Set 日志集归属的地域。
|
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 CreateLogSetRequest()
public CreateLogSetRequest(CreateLogSetRequest source)
public String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName
- 日志集名称。public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion
- 日志集归属的地域。Copyright © 2022. All rights reserved.