public class WebMethodResult extends Object implements Serializable
Java class for webMethodResult 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 |
---|
WebMethodResult() |
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()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public String getStatusCode()
String
public void setStatusCode(String value)
value
- allowed object is
String
public String getStatusDetail()
String
Copyright © 2021. All rights reserved.