类 StringResourceWrapper
java.lang.Object
com.alibaba.csp.sentinel.slotchain.ResourceWrapper
com.alibaba.csp.sentinel.slotchain.StringResourceWrapper
Common string resource wrapper.
- 作者:
- qinan.qn, jialiang.linjl
-
字段概要
从类继承的字段 com.alibaba.csp.sentinel.slotchain.ResourceWrapper
entryType, name, resourceType -
构造器概要
构造器构造器说明StringResourceWrapper(String name, EntryType e) StringResourceWrapper(String name, EntryType e, int resType) -
方法概要
从类继承的方法 com.alibaba.csp.sentinel.slotchain.ResourceWrapper
equals, getEntryType, getName, getResourceType, hashCode
-
构造器详细资料
-
StringResourceWrapper
-
StringResourceWrapper
-
-
方法详细资料
-
getShowName
从类复制的说明:ResourceWrapperGet the beautified resource name to be showed.- 指定者:
getShowName在类中ResourceWrapper- 返回:
- the beautified resource name
-
toString
-