public class ClassificationInnerError extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassificationInnerError.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
clientRequestId |
protected String |
code |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
errorDateTime |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ClassificationInnerError() |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationInnerError.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getActivityId() |
Optional<String> |
getClientRequestId() |
Optional<String> |
getCode() |
Optional<OffsetDateTime> |
getErrorDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ClassificationInnerError |
withActivityId(String activityId) |
ClassificationInnerError |
withClientRequestId(String clientRequestId) |
ClassificationInnerError |
withCode(String code) |
ClassificationInnerError |
withErrorDateTime(OffsetDateTime errorDateTime) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime errorDateTime
protected String code
protected String clientRequestId
protected String activityId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getErrorDateTime()
public ClassificationInnerError withErrorDateTime(OffsetDateTime errorDateTime)
public ClassificationInnerError withCode(String code)
public ClassificationInnerError withClientRequestId(String clientRequestId)
public ClassificationInnerError withActivityId(String activityId)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ClassificationInnerError.Builder builder()
Copyright © 2018–2020. All rights reserved.