public class Record
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Record.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
attributes()
Gets the attributes.
|
Long |
entityCount()
Gets the entityCount.
|
String |
id()
Gets the id.
|
Record.Builder |
newBuilder()
New builder.
|
Long |
recordNumber()
Gets the recordNumber.
|
String |
type()
Gets the type.
|
String |
typeName()
Gets the typeName.
|
public Record.Builder newBuilder()
public String type()
public String id()
public Map<String,Object> attributes()
public String typeName()
public Long entityCount()
public Long recordNumber()
Copyright © 2021 IBM Cloud. All rights reserved.