public class ModifyDatahubTopicRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyDatahubTopicRequest()  | 
ModifyDatahubTopicRequest(ModifyDatahubTopicRequest 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 | 
getName()
Get Name 
 | 
String | 
getNote()
Get Topic remarks, which are a string of up to 64 characters. 
 | 
Long | 
getRetentionMs()
Get Message retention period in ms. 
 | 
Tag[] | 
getTags()
Get Tag list 
 | 
void | 
setName(String Name)
Set Name 
 | 
void | 
setNote(String Note)
Set Topic remarks, which are a string of up to 64 characters. 
 | 
void | 
setRetentionMs(Long RetentionMs)
Set Message retention period in ms. 
 | 
void | 
setTags(Tag[] Tags)
Set Tag list 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyDatahubTopicRequest()
public ModifyDatahubTopicRequest(ModifyDatahubTopicRequest source)
public String getName()
public void setName(String Name)
Name - Namepublic Long getRetentionMs()
public void setRetentionMs(Long RetentionMs)
RetentionMs - Message retention period in ms. The current minimum value is 60,000 ms.public String getNote()
public void setNote(String Note)
Note - Topic remarks, which are a string of up to 64 characters. It can contain letters, digits, and hyphens (-) and must start with a letter.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag listCopyright © 2025. All rights reserved.