public class SegmentPopulationResponse extends Object implements Serializable
| Constructor and Description |
|---|
SegmentPopulationResponse() |
SegmentPopulationResponse(Long batchUploadId,
IdError[] idErrors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBatchUploadId()
Gets the batchUploadId value for this SegmentPopulationResponse.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
IdError[] |
getIdErrors()
Gets the idErrors value for this SegmentPopulationResponse.
|
IdError |
getIdErrors(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBatchUploadId(Long batchUploadId)
Sets the batchUploadId value for this SegmentPopulationResponse.
|
void |
setIdErrors(IdError[] idErrors)
Sets the idErrors value for this SegmentPopulationResponse.
|
void |
setIdErrors(int i,
IdError _value) |
String |
toString() |
public Long getBatchUploadId()
public void setBatchUploadId(Long batchUploadId)
batchUploadId - public IdError[] getIdErrors()
public void setIdErrors(IdError[] idErrors)
idErrors - public IdError getIdErrors(int i)
public void setIdErrors(int i,
IdError _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2024. All rights reserved.