public APNBuilder setPort(String port) {
    mAPN.port = port;

    return this;
  }