你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPublicInnerError Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPublicInnerError
- com.
Implements
public final class MicrosoftGraphPublicInnerError
implements JsonSerializable<MicrosoftGraphPublicInnerError>
publicInnerError.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPublicInnerError() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
code()
Get the code property: The code property. |
List<Microsoft |
details()
Get the details property: The details property. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
message()
Get the message property: The message property. |
String |
target()
Get the target property: The target property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCode(String code)
Set the code property: The code property. |
Microsoft |
withDetails(List<MicrosoftGraphPublicErrorDetail> details)
Set the details property: The details property. |
Microsoft |
withMessage(String message)
Set the message property: The message property. |
Microsoft |
withTarget(String target)
Set the target property: The target property. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPublicInnerError
public MicrosoftGraphPublicInnerError()
Creates an instance of MicrosoftGraphPublicInnerError class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: publicInnerError.
Returns:
code
public String code()
Get the code property: The code property.
Returns:
details
public List
Get the details property: The details property.
Returns:
fromJson
public static MicrosoftGraphPublicInnerError fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPublicInnerError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: The message property.
Returns:
target
public String target()
Get the target property: The target property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPublicInnerError withAdditionalProperties(Map
Set the additionalProperties property: publicInnerError.
Parameters:
Returns:
withCode
public MicrosoftGraphPublicInnerError withCode(String code)
Set the code property: The code property.
Parameters:
Returns:
withDetails
public MicrosoftGraphPublicInnerError withDetails(List
Set the details property: The details property.
Parameters:
Returns:
withMessage
public MicrosoftGraphPublicInnerError withMessage(String message)
Set the message property: The message property.
Parameters:
Returns:
withTarget
public MicrosoftGraphPublicInnerError withTarget(String target)
Set the target property: The target property.
Parameters:
Returns: