Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AttributeResponse.Unit |
AttributeResponse.Unit.create(String key) |
AttributeResponse.Unit |
AttributeResponse.getUnit()
Unit of the attribute.
|
static AttributeResponse.Unit |
AttributeResponse.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeResponse.Unit[] |
AttributeResponse.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttributeResponse.Builder |
AttributeResponse.Builder.unit(AttributeResponse.Unit unit)
Unit of the attribute.
|
Constructor and Description |
---|
AttributeResponse(String attributeName,
AttributeResponse.AttributeType attributeType,
AttributeResponse.Unit unit,
String notes,
AttributeResponse.OperationType operationType,
AttributeResponse.AttributeNameSpace attributeNameSpace,
AttributeResponse.AttributeStatus attributeStatus,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.