@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public class GetAttributeRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
GetAttributeRequest.Builder |
static class |
GetAttributeRequest.Fields
Specifies the fields to return in an entity attribute response.
|
Modifier and Type | Method and Description |
---|---|
static GetAttributeRequest.Builder |
builder() |
String |
getAttributeKey()
Unique attribute key.
|
String |
getCatalogId()
Unique catalog identifier.
|
String |
getDataAssetKey()
Unique data asset key.
|
String |
getEntityKey()
Unique entity key.
|
List<GetAttributeRequest.Fields> |
getFields()
Specifies the fields to return in an entity attribute response.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetAttributeRequest.Builder builder()
public String getCatalogId()
Unique catalog identifier.
public String getDataAssetKey()
Unique data asset key.
public String getEntityKey()
Unique entity key.
public String getAttributeKey()
Unique attribute key.
public List<GetAttributeRequest.Fields> getFields()
Specifies the fields to return in an entity attribute response.
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2020. All rights reserved.