public class AttributeEntry
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AttributeEntry.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
attrName()
Gets the attrName.
|
String |
dataType()
Gets the dataType.
|
String |
defaultValue()
Gets the defaultValue.
|
String |
description()
Gets the description.
|
String |
displayName()
Gets the displayName.
|
String |
docId()
Gets the docId.
|
List<String> |
fieldValues()
Gets the fieldValues.
|
String |
maximumValue()
Gets the maximumValue.
|
String |
minimumValue()
Gets the minimumValue.
|
Boolean |
multiValue()
Gets the multiValue.
|
AttributeEntry.Builder |
newBuilder()
New builder.
|
List<PossibleValues> |
possibleValues()
Gets the possibleValues.
|
String |
units()
Gets the units.
|
String |
valueType()
Gets the valueType.
|
public AttributeEntry.Builder newBuilder()
public String attrName()
public String dataType()
public String defaultValue()
public String description()
public String displayName()
public String docId()
public String maximumValue()
public String minimumValue()
public Boolean multiValue()
public String units()
public String valueType()
public List<PossibleValues> possibleValues()
Copyright © 2021 IBM Cloud. All rights reserved.