public class ModifyDomainPostActionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDomainPostActionRequest() |
ModifyDomainPostActionRequest(ModifyDomainPostActionRequest 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 |
getDomain()
Get www.tx.com
|
Long |
getPostCKafkaAction()
Get 0-关闭投递,1-开启投递
|
Long |
getPostCLSAction()
Get 0-关闭投递,1-开启投递
|
void |
setDomain(String Domain)
Set www.tx.com
|
void |
setPostCKafkaAction(Long PostCKafkaAction)
Set 0-关闭投递,1-开启投递
|
void |
setPostCLSAction(Long PostCLSAction)
Set 0-关闭投递,1-开启投递
|
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, toJsonString
public ModifyDomainPostActionRequest()
public ModifyDomainPostActionRequest(ModifyDomainPostActionRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- www.tx.compublic Long getPostCLSAction()
public void setPostCLSAction(Long PostCLSAction)
PostCLSAction
- 0-关闭投递,1-开启投递public Long getPostCKafkaAction()
public void setPostCKafkaAction(Long PostCKafkaAction)
PostCKafkaAction
- 0-关闭投递,1-开启投递Copyright © 2024. All rights reserved.