com.aliyuncs.regions
类 LocationConfig

java.lang.Object
  继承者 com.aliyuncs.regions.LocationConfig

public final class LocationConfig
extends Object


字段摘要
static String LOCATION_INNER_ENDPOINT
           
static String LOCATION_INNER_PRODUCT
           
 
构造方法摘要
LocationConfig()
           
LocationConfig(String regionId, String product, String endpoint)
           
 
方法摘要
static LocationConfig createLocationConfig(String regionId, String product, String endpoint)
           
 String getEndpoint()
           
 String getProduct()
           
 String getRegionId()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

LOCATION_INNER_ENDPOINT

public static final String LOCATION_INNER_ENDPOINT
另请参见:
常量字段值

LOCATION_INNER_PRODUCT

public static final String LOCATION_INNER_PRODUCT
另请参见:
常量字段值
构造方法详细信息

LocationConfig

public LocationConfig()

LocationConfig

public LocationConfig(String regionId,
                      String product,
                      String endpoint)
方法详细信息

createLocationConfig

public static LocationConfig createLocationConfig(String regionId,
                                                  String product,
                                                  String endpoint)

getRegionId

public String getRegionId()

getProduct

public String getProduct()

getEndpoint

public String getEndpoint()


Copyright © 2017. All Rights Reserved.