public class InnerError extends Object
| Constructor and Description |
|---|
InnerError() |
| 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.
|
public String exceptiontype()
public InnerError withExceptiontype(String exceptiontype)
exceptiontype - the exceptiontype value to setpublic String errordetail()
public InnerError withErrordetail(String errordetail)
errordetail - the errordetail value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/