setDomain method

K3Client setDomain(
  1. String domain
)

This method will configure the address of the request

domain The IP or domain of a server which is runing the Kingdee Cloud.

Implementation

K3Client setDomain(String domain) {
  _domain = domain;
  return this;
}