public class Tenant extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Tenant.Builder |
| 构造器和说明 |
|---|
Tenant() |
Tenant(Tenant.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAvailableGeoLocations() |
static Tenant.Builder |
newBuilder() |
void |
setAvailableGeoLocations(String[] availableGeoLocations) |
public Tenant()
public Tenant(Tenant.Builder builder)
public String[] getAvailableGeoLocations()
public void setAvailableGeoLocations(String[] availableGeoLocations)
public static Tenant.Builder newBuilder()
Copyright © 2025. All rights reserved.