Uses of Class
com.tencentcloudapi.gpm.v20200820.models.AttributeMap
-
Packages that use AttributeMap Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of AttributeMap in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return AttributeMap Modifier and Type Method Description AttributeMap[]MatchAttribute. getMapValue()Get 字典属性值Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type AttributeMap Modifier and Type Method Description voidMatchAttribute. setMapValue(AttributeMap[] MapValue)Set 字典属性值Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type AttributeMap Constructor Description AttributeMap(AttributeMap 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.
-