public APNBuilder setProxy(String proxy) {
    mAPN.proxy = proxy;

    return this;
  }