public class ThreatAssessmentRequestsCount extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreatAssessmentRequestsCount.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Long |
count |
protected OffsetDateTime |
createdDateTime |
protected String |
odataType |
protected String |
pivotValue |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ThreatAssessmentRequestsCount() |
| Modifier and Type | Method and Description |
|---|---|
static ThreatAssessmentRequestsCount.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Long> |
getCount() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getPivotValue() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ThreatAssessmentRequestsCount |
withCount(Long count) |
ThreatAssessmentRequestsCount |
withCreatedDateTime(OffsetDateTime createdDateTime) |
ThreatAssessmentRequestsCount |
withPivotValue(String pivotValue) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime createdDateTime
protected String pivotValue
protected Long count
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getCreatedDateTime()
public ThreatAssessmentRequestsCount withCreatedDateTime(OffsetDateTime createdDateTime)
public ThreatAssessmentRequestsCount withPivotValue(String pivotValue)
public ThreatAssessmentRequestsCount withCount(Long count)
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 ThreatAssessmentRequestsCount.Builder builder()
Copyright © 2018–2020. All rights reserved.