类 UpdateResult
- java.lang.Object
-
- org.elastos.hive.vault.database.UpdateResult
-
public class UpdateResult extends java.lang.ObjectThe request result forDatabaseController.updateOne(String, JsonNode, JsonNode, UpdateOptions)
-
-
构造器概要
构造器 构造器 说明 UpdateResult()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.BooleangetAcknowledged()java.lang.IntegergetMatchedCount()java.lang.IntegergetModifiedCount()java.lang.StringgetUpsertedId()voidsetAcknowledged(java.lang.Boolean acknowledged)voidsetMatchedCount(java.lang.Integer matchedCount)voidsetModifiedCount(java.lang.Integer modifiedCount)voidsetUpsertedId(java.lang.String upsertedId)
-
-
-
方法详细资料
-
setAcknowledged
public void setAcknowledged(java.lang.Boolean acknowledged)
-
setMatchedCount
public void setMatchedCount(java.lang.Integer matchedCount)
-
setModifiedCount
public void setModifiedCount(java.lang.Integer modifiedCount)
-
setUpsertedId
public void setUpsertedId(java.lang.String upsertedId)
-
getAcknowledged
public java.lang.Boolean getAcknowledged()
-
getMatchedCount
public java.lang.Integer getMatchedCount()
-
getModifiedCount
public java.lang.Integer getModifiedCount()
-
getUpsertedId
public java.lang.String getUpsertedId()
-
-