类的使用
com.baidubce.services.moladb.model.AttributeValue
-
使用AttributeValue的程序包 程序包 说明 com.baidubce.services.moladb.model com.baidubce.services.moladb.model.transform -
-
com.baidubce.services.moladb.model中AttributeValue的使用
返回AttributeValue的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 AttributeValueAttributeValueUpdate. getValue()The method get the new value set for the attribute waiting for updating.AttributeValueAttributeValue. withB(byte[] buffer)The method set value type as binary and set the value with input parameter.AttributeValueAttributeValue. withN(double n)The method set value type as number and set the value with input parameter.AttributeValueAttributeValue. withN(long n)The method set value type as number and set the value with input parameter.AttributeValueAttributeValue. withN(String n)The method set value type as number and set the value with input parameter.AttributeValueAttributeValue. withS(String s)The method set value type as String and set the value with input parameter.返回变量类型为AttributeValue的类型的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 Map<String,AttributeValue>Key. getAttributes()Get this object's attribute map with name and value.Map<String,AttributeValue>QueryRequest. getExpressionAttributeValues()Get the values for the parameters in the the query condition expression for this query request.Map<String,AttributeValue>GetItemResponse. getItem()The method return the Item that got from table in Moladb.Map<String,AttributeValue>PutItemRequest. getItem()Get the Item objects to be put in in table.Map<String,AttributeValue>PutRequest. getItem()Get an item from this request.List<Map<String,AttributeValue>>QueryResponse. getItems()Get the list of result items from this query operation.Map<String,List<Map<String,AttributeValue>>>BatchGetItemResponse. getResponses()Get the processed items' content for this BatchGetItem request.参数类型为AttributeValue的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 voidAttributeValueUpdate. setValue(AttributeValue value)The method set the new value for an attribute waiting for updating.KeyKey. withAttribute(String attributeName, AttributeValue value)The method set attribute name and attribute value with input parameters for a key.AttributeValueUpdateAttributeValueUpdate. withValue(AttributeValue value)The method set the new value for an attribute waiting for updating.类型变量类型为AttributeValue的com.baidubce.services.moladb.model中的方法参数 修饰符和类型 方法 说明 protected Map<String,Object>PutRequest. marshaller(Map<String,AttributeValue> item)protected Map<String,Object>PutItemRequest. marshallerItem(Map<String,AttributeValue> item)voidKey. setAttributes(Map<String,AttributeValue> attributes)Set this object with a given attribute value map.voidQueryRequest. setExpressionAttributeValues(Map<String,AttributeValue> attributes)Set the values for the parameters in the the query condition expression for this query request.voidGetItemResponse. setItem(Map<String,AttributeValue> other)The method set the Item that in GetItemResponse.voidPutItemRequest. setItem(Map<String,AttributeValue> item)Set the Item object to be put in in table.voidPutRequest. setItem(Map<String,AttributeValue> item)Set an item information with a put item request.voidQueryResponse. setItems(List<Map<String,AttributeValue>> items)Set the list of result items from this query operation.voidBatchGetItemResponse. setResponses(Map<String,List<Map<String,AttributeValue>>> responses)Set the processed items' content for this BatchGetItem request.KeyKey. withAttributes(Map<String,AttributeValue> attributes)Set this object with a given attribute value map.QueryRequestQueryRequest. withExpressionAttributeValues(Map<String,AttributeValue> attributes)Set the values for the parameters in the the query condition expression for this query request.PutItemRequestPutItemRequest. withItem(Map<String,AttributeValue> item)Set the Item object to be put in in table.PutRequestPutRequest. withItem(Map<String,AttributeValue> item)Set an item information with a put item request.参数类型为AttributeValue的com.baidubce.services.moladb.model中的构造器 构造器 说明 AttributeValueUpdate(AttributeValue value, String action)Constructs a new AttributeValueUpdate object.Key(String attributeName, AttributeValue value)Constructs a new Key object.Key(String hashKeyName, AttributeValue hashKeyValue, String rangeKeyName, AttributeValue rangeKeyValue)Constructs a new Key object.类型变量类型为AttributeValue的com.baidubce.services.moladb.model中的构造器参数 构造器 说明 Key(Map<String,AttributeValue> attributes)Constructs a new Key object. -
com.baidubce.services.moladb.model.transform中AttributeValue的使用
返回AttributeValue的com.baidubce.services.moladb.model.transform中的方法 修饰符和类型 方法 说明 AttributeValueAttributeValueUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)返回变量类型为AttributeValue的类型的com.baidubce.services.moladb.model.transform中的方法 修饰符和类型 方法 说明 Map<String,AttributeValue>AttributeValueMapUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)Map<String,List<Map<String,AttributeValue>>>BatchGetItemResponseContentUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode rootObj)List<Map<String,AttributeValue>>ItemListUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode listObj)Map<String,AttributeValue>ItemUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
-