public class MalwareState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MalwareState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
family |
protected String |
name |
protected String |
odataType |
protected String |
severity |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
wasRunning |
| Modifier | Constructor and Description |
|---|---|
protected |
MalwareState() |
| Modifier and Type | Method and Description |
|---|---|
static MalwareState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCategory() |
Optional<String> |
getFamily() |
Optional<String> |
getName() |
Optional<String> |
getSeverity() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getWasRunning() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MalwareState |
withCategory(String category) |
MalwareState |
withFamily(String family) |
MalwareState |
withName(String name) |
MalwareState |
withSeverity(String severity) |
MalwareState |
withWasRunning(Boolean wasRunning) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String category
protected String family
protected String name
protected String severity
protected Boolean wasRunning
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MalwareState withCategory(String category)
public MalwareState withFamily(String family)
public MalwareState withName(String name)
public MalwareState withSeverity(String severity)
public MalwareState withWasRunning(Boolean wasRunning)
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 MalwareState.Builder builder()
Copyright © 2018–2020. All rights reserved.