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 Logset name, which must be unique
|
Tag[] |
getTags()
Get Tag description list.
|
void |
setLogsetName(String LogsetName)
Set Logset name, which must be unique
|
void |
setTags(Tag[] Tags)
Set Tag description list.
|
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
- Logset name, which must be uniquepublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Tag description list. Up to 10 tag key-value pairs are supported and must be unique.Copyright © 2023. All rights reserved.