Ejemplo n.º 1
0
 /**
  * Sets the identity of this application instance.
  *
  * @param sid the sid of the instance.
  * @return the {@link InstanceInfo} builder.
  */
 @Deprecated
 public Builder setSID(String sid) {
   result.sid = sid;
   return this;
 }