public class MobileAppTroubleshootingAppTargetHistory extends MobileAppTroubleshootingHistoryItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileAppTroubleshootingAppTargetHistory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected RunState |
runState |
protected String |
securityGroupId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, occurrenceDateTime, odataType, troubleshootingErrorDetails| Modifier | Constructor and Description |
|---|---|
protected |
MobileAppTroubleshootingAppTargetHistory() |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppTroubleshootingAppTargetHistory.Builder |
builderMobileAppTroubleshootingAppTargetHistory()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getErrorCode()
“Error code for the failure, empty if no failure.”
|
Optional<RunState> |
getRunState()
“Status of the item.”
|
Optional<String> |
getSecurityGroupId()
“AAD security group id to which it was targeted.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MobileAppTroubleshootingAppTargetHistory |
withErrorCode(String errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
MobileAppTroubleshootingAppTargetHistory |
withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
MobileAppTroubleshootingAppTargetHistory |
withSecurityGroupId(String securityGroupId)
Returns an immutable copy of
this with just the securityGroupId
field changed. |
builder, getOccurrenceDateTime, getTroubleshootingErrorDetails, withOccurrenceDateTime, withTroubleshootingErrorDetailsprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String securityGroupId
protected RunState runState
protected String errorCode
protected MobileAppTroubleshootingAppTargetHistory()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileAppTroubleshootingHistoryItempublic Optional<String> getSecurityGroupId()
public MobileAppTroubleshootingAppTargetHistory withSecurityGroupId(String securityGroupId)
this with just the securityGroupId
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.
“AAD security group id to which it was targeted.”
securityGroupId - new value of securityGroupId field (as defined in service metadata)this with just the securityGroupId field changedpublic Optional<RunState> getRunState()
public MobileAppTroubleshootingAppTargetHistory withRunState(RunState runState)
this with just the runState 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.
“Status of the item.”
runState - new value of runState field (as defined in service metadata)this with just the runState field changedpublic Optional<String> getErrorCode()
public MobileAppTroubleshootingAppTargetHistory withErrorCode(String errorCode)
this with just the errorCode 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.
“Error code for the failure, empty if no failure.”
errorCode - new value of errorCode field (as defined in service metadata)this with just the errorCode field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileAppTroubleshootingHistoryItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileAppTroubleshootingHistoryItempublic static MobileAppTroubleshootingAppTargetHistory.Builder builderMobileAppTroubleshootingAppTargetHistory()
public String toString()
toString in class MobileAppTroubleshootingHistoryItemCopyright © 2018–2020. All rights reserved.