你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphIncompleteData Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphIncompleteData
- com.
Implements
public final class MicrosoftGraphIncompleteData
implements JsonSerializable<MicrosoftGraphIncompleteData>
incompleteData.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphIncompleteData() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
missingDataBeforeDateTime()
Get the missing |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Boolean |
wasThrottled()
Get the was |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
Set the missing |
Microsoft |
withWasThrottled(Boolean wasThrottled)
Set the was |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphIncompleteData
public MicrosoftGraphIncompleteData()
Creates an instance of MicrosoftGraphIncompleteData class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: incompleteData.
Returns:
fromJson
public static MicrosoftGraphIncompleteData fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphIncompleteData from the JsonReader.
Parameters:
Returns:
Throws:
missingDataBeforeDateTime
public OffsetDateTime missingDataBeforeDateTime()
Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.
Returns:
toJson
validate
public void validate()
Validates the instance.
wasThrottled
public Boolean wasThrottled()
Get the wasThrottled property: Some data was not recorded due to excessive activity.
Returns:
withAdditionalProperties
public MicrosoftGraphIncompleteData withAdditionalProperties(Map
Set the additionalProperties property: incompleteData.
Parameters:
Returns:
withMissingDataBeforeDateTime
public MicrosoftGraphIncompleteData withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.
Parameters:
Returns:
withWasThrottled
public MicrosoftGraphIncompleteData withWasThrottled(Boolean wasThrottled)
Set the wasThrottled property: Some data was not recorded due to excessive activity.
Parameters:
Returns: