public class ReplicationRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReplicationRule() | 
| ReplicationRule(ReplicationRule 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 | 
|---|---|
| Boolean | getDeletion()Get 是否同步删除事件 | 
| String | getDestNamespace()Get 目标命名空间 | 
| ReplicationFilter[] | getFilters()Get 同步过滤条件 | 
| String | getName()Get 同步规则名称 | 
| Boolean | getOverride()Get 是否覆盖 | 
| void | setDeletion(Boolean Deletion)Set 是否同步删除事件 | 
| void | setDestNamespace(String DestNamespace)Set 目标命名空间 | 
| void | setFilters(ReplicationFilter[] Filters)Set 同步过滤条件 | 
| void | setName(String Name)Set 同步规则名称 | 
| void | setOverride(Boolean Override)Set 是否覆盖 | 
| 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 ReplicationRule()
public ReplicationRule(ReplicationRule source)
public String getName()
public void setName(String Name)
Name - 同步规则名称public String getDestNamespace()
public void setDestNamespace(String DestNamespace)
DestNamespace - 目标命名空间public Boolean getOverride()
public void setOverride(Boolean Override)
Override - 是否覆盖public ReplicationFilter[] getFilters()
public void setFilters(ReplicationFilter[] Filters)
Filters - 同步过滤条件public Boolean getDeletion()
public void setDeletion(Boolean Deletion)
Deletion - 是否同步删除事件Copyright © 2025. All rights reserved.