| 程序包 | 说明 |
|---|---|
| com.yeepay.yop.sdk | |
| com.yeepay.yop.sdk.client |
| 限定符和类型 | 方法和说明 |
|---|---|
static Region |
Region.fromValue(String regionId)
Returns the YOP Region enumeration value representing the specified YOP Region ID string.
|
static Region |
Region.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Region[] |
Region.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Region |
ClientConfiguration.DEFAULT_REGION
The default region.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Region |
ClientConfiguration.getRegion()
Returns the region of service.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientConfiguration.setRegion(Region region)
Sets the region of service.
|
ClientConfiguration |
ClientConfiguration.withRegion(Region region)
Sets the region of service, and returns the updated configuration instance.
|
Copyright © 2024. All rights reserved.