次の方法で共有


InnerError Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.InnerError

public class InnerError

Inner error details.

Method Summary

Modifier and Type Method and Description
String errordetail()

Get the errordetail value.

String exceptiontype()

Get the exceptiontype value.

InnerError withErrordetail(String errordetail)

Set the errordetail value.

InnerError withExceptiontype(String exceptiontype)

Set the exceptiontype value.

Method Details

errordetail

public String errordetail()

Get the errordetail value.

Returns:

the errordetail value

exceptiontype

public String exceptiontype()

Get the exceptiontype value.

Returns:

the exceptiontype value

withErrordetail

public InnerError withErrordetail(String errordetail)

Set the errordetail value.

Parameters:

errordetail - the errordetail value to set

Returns:

the InnerError object itself.

withExceptiontype

public InnerError withExceptiontype(String exceptiontype)

Set the exceptiontype value.

Parameters:

exceptiontype - the exceptiontype value to set

Returns:

the InnerError object itself.

Applies to