public class DomainState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
lastActionDateTime |
protected String |
odataType |
protected String |
operation |
protected String |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DomainState() |
| Modifier and Type | Method and Description |
|---|---|
static DomainState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getLastActionDateTime() |
Optional<String> |
getOperation() |
Optional<String> |
getStatus() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DomainState |
withLastActionDateTime(OffsetDateTime lastActionDateTime) |
DomainState |
withOperation(String operation) |
DomainState |
withStatus(String status) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String status
protected String operation
protected OffsetDateTime lastActionDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DomainState withStatus(String status)
public DomainState withOperation(String operation)
public Optional<OffsetDateTime> getLastActionDateTime()
public DomainState withLastActionDateTime(OffsetDateTime lastActionDateTime)
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 DomainState.Builder builder()
Copyright © 2018–2020. All rights reserved.