public class DataModelAttribute
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DataModelAttribute.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
attributeType()
Gets the attributeType.
|
String |
cardinality()
Gets the cardinality.
|
String |
classification()
Gets the classification.
|
String |
description()
Gets the description.
|
Boolean |
indexed()
Gets the indexed.
|
String |
label()
Gets the label.
|
String |
matchingType()
Gets the matchingType.
|
DataModelAttribute.Builder |
newBuilder()
New builder.
|
public DataModelAttribute.Builder newBuilder()
public Boolean indexed()
public String matchingType()
public String classification()
public String attributeType()
public String cardinality()
public String description()
public String label()
Copyright © 2021 IBM Cloud. All rights reserved.