public class ManagedAppDiagnosticStatus extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedAppDiagnosticStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
mitigationInstruction |
protected String |
odataType |
protected String |
state |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
validationName |
| Modifier | Constructor and Description |
|---|---|
protected |
ManagedAppDiagnosticStatus() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDiagnosticStatus.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getMitigationInstruction()
“Instruction on how to mitigate a failed validation”
|
Optional<String> |
getState()
“The state of the operation”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValidationName()
“The validation friendly name”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ManagedAppDiagnosticStatus |
withMitigationInstruction(String mitigationInstruction)
Returns an immutable copy of
this with just the mitigationInstruction field changed. |
ManagedAppDiagnosticStatus |
withState(String state)
Returns an immutable copy of
this with just the state field
changed. |
ManagedAppDiagnosticStatus |
withValidationName(String validationName)
Returns an immutable copy of
this with just the validationName
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String validationName
protected String state
protected String mitigationInstruction
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getValidationName()
public ManagedAppDiagnosticStatus withValidationName(String validationName)
this with just the validationName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The validation friendly name”
validationName - new value of validationName field (as defined in service metadata)this with just the validationName field changedpublic ManagedAppDiagnosticStatus withState(String state)
this with just the state field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The state of the operation”
state - new value of state field (as defined in service metadata)this with just the state field changedpublic Optional<String> getMitigationInstruction()
public ManagedAppDiagnosticStatus withMitigationInstruction(String mitigationInstruction)
this with just the mitigationInstruction field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Instruction on how to mitigate a failed validation”
mitigationInstruction - new value of mitigationInstruction field (as defined in service metadata)this with just the mitigationInstruction field changedpublic 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 ManagedAppDiagnosticStatus.Builder builder()
Copyright © 2018–2020. All rights reserved.