public class ImmutableTagRule extends AbstractModel
| Constructor and Description |
|---|
ImmutableTagRule() |
ImmutableTagRule(ImmutableTagRule 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 |
getDisabled()
Get 禁用规则
|
String |
getNsName()
Get 命名空间
|
String |
getRepositoryDecoration()
Get repoMatches或repoExcludes
|
String |
getRepositoryPattern()
Get 仓库匹配规则
|
Long |
getRuleId()
Get 规则 Id
|
String |
getTagDecoration()
Get matches或excludes
|
String |
getTagPattern()
Get Tag 匹配规则
|
void |
setDisabled(Boolean Disabled)
Set 禁用规则
|
void |
setNsName(String NsName)
Set 命名空间
|
void |
setRepositoryDecoration(String RepositoryDecoration)
Set repoMatches或repoExcludes
|
void |
setRepositoryPattern(String RepositoryPattern)
Set 仓库匹配规则
|
void |
setRuleId(Long RuleId)
Set 规则 Id
|
void |
setTagDecoration(String TagDecoration)
Set matches或excludes
|
void |
setTagPattern(String TagPattern)
Set Tag 匹配规则
|
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, toJsonStringpublic ImmutableTagRule()
public ImmutableTagRule(ImmutableTagRule source)
public String getRepositoryPattern()
public void setRepositoryPattern(String RepositoryPattern)
RepositoryPattern - 仓库匹配规则public String getTagPattern()
public void setTagPattern(String TagPattern)
TagPattern - Tag 匹配规则public String getRepositoryDecoration()
public void setRepositoryDecoration(String RepositoryDecoration)
RepositoryDecoration - repoMatches或repoExcludespublic String getTagDecoration()
public void setTagDecoration(String TagDecoration)
TagDecoration - matches或excludespublic Boolean getDisabled()
public void setDisabled(Boolean Disabled)
Disabled - 禁用规则public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 规则 Idpublic String getNsName()
public void setNsName(String NsName)
NsName - 命名空间Copyright © 2022. All rights reserved.