示例#1
0
 public Message setScope(short scope) {
   Util.setScope(this, scope);
   return this;
 }
示例#2
0
 public void setScope(short scope) {
   Util.setScope(this, scope);
 }