Package | Description |
---|---|
com.precisely.addressing.v1 | |
com.precisely.addressing.v1.model | |
com.precisely.addressing.v2.model |
Modifier and Type | Method and Description |
---|---|
Status |
AddressingException.getStatus() |
Constructor and Description |
---|
AddressingException(Status status,
String message) |
AddressingException(Status status,
String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Status |
ConfiguredDictionaryOutput.getStatus() |
Status |
ParsedResponse.getStatus()
Deprecated.
|
Status |
PredictionResponse.getStatus() |
Status |
Response.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredDictionaryOutput.setStatus(Status status) |
void |
ParsedResponse.setStatus(Status status)
Deprecated.
|
void |
PredictionResponse.setStatus(Status status) |
void |
Response.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
ParsedResponseV2.getStatus() |
Status |
PredictionResponseV2.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ParsedResponseV2.setStatus(Status status) |
void |
PredictionResponseV2.setStatus(Status status) |
Copyright © 2024. All rights reserved.