Message.getProperty(String name) 方法
定义
Gets the values of user-defined properties of this Message.
public String getProperty(String name)
参数
- name
-
String
Name of the user-defined property to search for.
返回
String
The value of the property if it is set, or null otherwise.
适用于