Class MicrosoftGraphIncompleteData
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIncompleteData
-
public final class MicrosoftGraphIncompleteData extends Object
incompleteData.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphIncompleteData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: incompleteData.OffsetDateTime
missingDataBeforeDateTime()
Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.void
validate()
Validates the instance.Boolean
wasThrottled()
Get the wasThrottled property: Some data was not recorded due to excessive activity.MicrosoftGraphIncompleteData
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: incompleteData.MicrosoftGraphIncompleteData
withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.MicrosoftGraphIncompleteData
withWasThrottled(Boolean wasThrottled)
Set the wasThrottled property: Some data was not recorded due to excessive activity.
-
-
-
Method Detail
-
missingDataBeforeDateTime
public OffsetDateTime missingDataBeforeDateTime()
Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.- Returns:
- the missingDataBeforeDateTime value.
-
withMissingDataBeforeDateTime
public MicrosoftGraphIncompleteData withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.- Parameters:
missingDataBeforeDateTime
- the missingDataBeforeDateTime value to set.- Returns:
- the MicrosoftGraphIncompleteData object itself.
-
wasThrottled
public Boolean wasThrottled()
Get the wasThrottled property: Some data was not recorded due to excessive activity.- Returns:
- the wasThrottled value.
-
withWasThrottled
public MicrosoftGraphIncompleteData withWasThrottled(Boolean wasThrottled)
Set the wasThrottled property: Some data was not recorded due to excessive activity.- Parameters:
wasThrottled
- the wasThrottled value to set.- Returns:
- the MicrosoftGraphIncompleteData object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: incompleteData.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphIncompleteData withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: incompleteData.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphIncompleteData object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-