public class ServiceInfoCache extends Object
| Constructor and Description |
|---|
ServiceInfoCache() |
ServiceInfoCache(List<PolicyRuleItem> policyRuleItemList) |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyRuleItem> |
getAllrule() |
TagItem |
getLatestVersionTag() |
TagItem |
getNextInvokeVersion(PolicyRuleItem policyRuleItem) |
void |
setAllrule(List<PolicyRuleItem> allrule) |
void |
setLatestVersionTag(TagItem latestVersionTag) |
void |
sortRule() |
String |
toString() |
public ServiceInfoCache()
public ServiceInfoCache(List<PolicyRuleItem> policyRuleItemList)
public void sortRule()
public TagItem getNextInvokeVersion(PolicyRuleItem policyRuleItem)
public List<PolicyRuleItem> getAllrule()
public void setAllrule(List<PolicyRuleItem> allrule)
public TagItem getLatestVersionTag()
public void setLatestVersionTag(TagItem latestVersionTag)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.