| Package | Description |
|---|---|
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
AttributeDefinition.withAttributeName(String name)
The method set the attribute name for a new attribute.
|
AttributeDefinition |
AttributeDefinition.withAttributeType(String type)
The method set the attribute value type for a new attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
GetTableResponse.getAttributeDefinitions()
Get all of the attributes for this table.
|
List<AttributeDefinition> |
CreateTableRequest.getAttributeDefinitions()
Get the attribute definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResponse.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Set all of the attributes for this table.
|
void |
CreateTableRequest.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table.
|
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table.
|
Copyright © 2021. All rights reserved.