你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphPublicError Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicError

Implements

public final class MicrosoftGraphPublicError
implements JsonSerializable<MicrosoftGraphPublicError>

publicError.

Constructor Summary

Constructor Description
MicrosoftGraphPublicError()

Creates an instance of MicrosoftGraphPublicError class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: publicError.

String code()

Get the code property: The code property.

List<MicrosoftGraphPublicErrorDetail> details()

Get the details property: The details property.

static MicrosoftGraphPublicError fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPublicError from the JsonReader.

MicrosoftGraphPublicInnerError innerError()

Get the innerError property: publicInnerError.

String message()

Get the message property: The message property.

String target()

Get the target property: The target property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphPublicError withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: publicError.

MicrosoftGraphPublicError withCode(String code)

Set the code property: The code property.

MicrosoftGraphPublicError withDetails(List<MicrosoftGraphPublicErrorDetail> details)

Set the details property: The details property.

MicrosoftGraphPublicError withInnerError(MicrosoftGraphPublicInnerError innerError)

Set the innerError property: publicInnerError.

MicrosoftGraphPublicError withMessage(String message)

Set the message property: The message property.

MicrosoftGraphPublicError withTarget(String target)

Set the target property: The target property.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPublicError

public MicrosoftGraphPublicError()

Creates an instance of MicrosoftGraphPublicError class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: publicError.

Returns:

the additionalProperties value.

code

public String code()

Get the code property: The code property.

Returns:

the code value.

details

public List details()

Get the details property: The details property.

Returns:

the details value.

fromJson

public static MicrosoftGraphPublicError fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPublicError from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphPublicError if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphPublicError.

innerError

public MicrosoftGraphPublicInnerError innerError()

Get the innerError property: publicInnerError.

Returns:

the innerError value.

message

public String message()

Get the message property: The message property.

Returns:

the message value.

target

public String target()

Get the target property: The target property.

Returns:

the target value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphPublicError withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: publicError.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPublicError object itself.

withCode

public MicrosoftGraphPublicError withCode(String code)

Set the code property: The code property.

Parameters:

code - the code value to set.

Returns:

the MicrosoftGraphPublicError object itself.

withDetails

public MicrosoftGraphPublicError withDetails(List details)

Set the details property: The details property.

Parameters:

details - the details value to set.

Returns:

the MicrosoftGraphPublicError object itself.

withInnerError

public MicrosoftGraphPublicError withInnerError(MicrosoftGraphPublicInnerError innerError)

Set the innerError property: publicInnerError.

Parameters:

innerError - the innerError value to set.

Returns:

the MicrosoftGraphPublicError object itself.

withMessage

public MicrosoftGraphPublicError withMessage(String message)

Set the message property: The message property.

Parameters:

message - the message value to set.

Returns:

the MicrosoftGraphPublicError object itself.

withTarget

public MicrosoftGraphPublicError withTarget(String target)

Set the target property: The target property.

Parameters:

target - the target value to set.

Returns:

the MicrosoftGraphPublicError object itself.

Applies to