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