public class ServerRootSpace extends Object implements Serializable
| 构造器和说明 |
|---|
ServerRootSpace(String provider,
String env,
URI serverRoot,
URI yosServerRoot,
List<URI> preferredEndPoint,
List<URI> preferredYosEndPoint,
URI sandboxServerRoot) |
ServerRootSpace(URI serverRoot,
URI yosServerRoot,
List<URI> preferredEndPoint,
List<URI> preferredYosEndPoint,
URI sandboxServerRoot) |
ServerRootSpace(URI serverRoot,
URI yosServerRoot,
URI sandboxServerRoot) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getEnv() |
List<URI> |
getPreferredEndPoint() |
List<URI> |
getPreferredYosEndPoint() |
String |
getProvider() |
URI |
getSandboxServerRoot() |
URI |
getServerRoot() |
URI |
getYosServerRoot() |
int |
hashCode() |
public ServerRootSpace(URI serverRoot, URI yosServerRoot, List<URI> preferredEndPoint, List<URI> preferredYosEndPoint, URI sandboxServerRoot)
Copyright © 2024. All rights reserved.