public class RuleInfo extends AbstractModel
Constructor and Description |
---|
RuleInfo() |
RuleInfo(RuleInfo 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 |
getAppName()
Get Push path.
|
String |
getCreateTime()
Get Rule creation time.
|
String |
getDomainName()
Get Push domain name.
|
String |
getStreamName()
Get Stream name.
|
Long |
getTemplateId()
Get Template ID.
|
String |
getUpdateTime()
Get Rule update time.
|
void |
setAppName(String AppName)
Set Push path.
|
void |
setCreateTime(String CreateTime)
Set Rule creation time.
|
void |
setDomainName(String DomainName)
Set Push domain name.
|
void |
setStreamName(String StreamName)
Set Stream name.
|
void |
setTemplateId(Long TemplateId)
Set Template ID.
|
void |
setUpdateTime(String UpdateTime)
Set Rule update time.
|
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 RuleInfo()
public RuleInfo(RuleInfo source)
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Rule creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Rule update time.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- Template ID.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Push domain name.public String getAppName()
public void setAppName(String AppName)
AppName
- Push path.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name.Copyright © 2021. All rights reserved.