public class GetProgressResponse extends Object implements Serializable
| Constructor and Description |
|---|
GetProgressResponse() |
GetProgressResponse(int lineCount,
int totalLine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getLineCount()
Gets the lineCount value for this GetProgressResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTotalLine()
Gets the totalLine value for this GetProgressResponse.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setLineCount(int lineCount)
Sets the lineCount value for this GetProgressResponse.
|
void |
setTotalLine(int totalLine)
Sets the totalLine value for this GetProgressResponse.
|
public GetProgressResponse()
public GetProgressResponse(int lineCount,
int totalLine)
public int getTotalLine()
public void setTotalLine(int totalLine)
totalLine - public int getLineCount()
public void setLineCount(int lineCount)
lineCount - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.