public class WebMethodResult2 extends Object implements Serializable
Java class for webMethodResult2 complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
requestId |
protected String |
statusCode |
protected String |
statusDetail |
| Constructor and Description |
|---|
WebMethodResult2() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getRequestId()
Gets the value of the requestId property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusDetail()
Gets the value of the statusDetail property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setStatusCode(String value)
Sets the value of the statusCode property.
|
void |
setStatusDetail(String value)
Sets the value of the statusDetail property.
|
protected Integer requestId
protected String statusCode
protected String statusDetail
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic String getStatusCode()
Stringpublic void setStatusCode(String value)
value - allowed object is
Stringpublic String getStatusDetail()
StringCopyright © 2021. All rights reserved.