public class CosmosStoredProcedureProperties extends Resource
Constructor and Description |
---|
CosmosStoredProcedureProperties()
Constructor.
|
CosmosStoredProcedureProperties(String id,
String body)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Get the body of the stored procedure.
|
void |
setBody(String body)
Set the body of the stored procedure.
|
CosmosStoredProcedureProperties |
setId(String id)
Sets the id
|
getETag, getId, getResourceId, getSelfLink, getTimestamp, setResourceId
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public CosmosStoredProcedureProperties()
public CosmosStoredProcedureProperties setId(String id)
public String getBody()
public void setBody(String body)
body
- the body of the stored procedure.Copyright © 2020 Microsoft Corporation. All rights reserved.