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