DatabaseAccountLocation 类
定义
Represents the location of a database account in the Azure Cosmos DB database service.
public class DatabaseAccountLocation extends JsonSerializable
- 继承
继承成员
JsonSerializable.get(String propertyName)
JsonSerializable.getBoolean(String propertyName)
JsonSerializable.getCollection(String propertyName)
JsonSerializable.getDouble(String propertyName)
JsonSerializable.getHashMap()
JsonSerializable.getInt(String propertyName)
JsonSerializable.getLogger()
JsonSerializable.getLong(String propertyName)
JsonSerializable.getMapper()
JsonSerializable.getObject(String propertyName)
JsonSerializable.getObjectByPath(Collection<String> propertyNames)
JsonSerializable.getString(String propertyName)
JsonSerializable.has(String propertyName)
JsonSerializable.JsonSerializable()
JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper)
JsonSerializable.JsonSerializable(String jsonString)
JsonSerializable.JsonSerializable(JSONObject jsonObject)
JsonSerializable.remove(String propertyName)
JsonSerializable.toJson()
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
JsonSerializable.toString()
JsonSerializable.toString(int indentFactor)
构造函数
DatabaseAccountLocation(JSONObject jsonObject) |
Creates a new instance of the DatabaseAccountLocation object from a JSON object.
|
DatabaseAccountLocation(String jsonString) |
Creates a new instance of the DatabaseAccountLocation object from a JSON string.
|
方法
getEndpoint() |
Gets The endpoint (the URI) of the database account location.
|
getName() |
Gets The name of the database account location.
|
setEndpoint(String endpoint) |
Sets the endpoint (the URI) of the database account location.
|
setName(String name) |
Sets the name of the database account location.
|