ErrorDetails Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ErrorDetails

public class ErrorDetails

The ErrorDetails model.

Method Summary

Modifier and Type Method and Description
String code()

Get the code value.

String message()

Get the message value.

String target()

Get the target value.

ErrorDetails withCode(String code)

Set the code value.

ErrorDetails withMessage(String message)

Set the message value.

ErrorDetails withTarget(String target)

Set the target value.

Method Details

code

public String code()

Get the code value.

Returns:

the code value

message

public String message()

Get the message value.

Returns:

the message value

target

public String target()

Get the target value.

Returns:

the target value

withCode

public ErrorDetails withCode(String code)

Set the code value.

Parameters:

code - the code value to set

Returns:

the ErrorDetails object itself.

withMessage

public ErrorDetails withMessage(String message)

Set the message value.

Parameters:

message - the message value to set

Returns:

the ErrorDetails object itself.

withTarget

public ErrorDetails withTarget(String target)

Set the target value.

Parameters:

target - the target value to set

Returns:

the ErrorDetails object itself.

Applies to