public class SegmentPopulationRequest extends Object implements Serializable
| Constructor and Description |
|---|
SegmentPopulationRequest() |
SegmentPopulationRequest(Long batchUploadId,
Long segmentId,
Boolean isDeletion,
IdentifierType identifierType,
String[] identifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBatchUploadId()
Gets the batchUploadId value for this SegmentPopulationRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getIdentifiers()
Gets the identifiers value for this SegmentPopulationRequest.
|
String |
getIdentifiers(int i) |
IdentifierType |
getIdentifierType()
Gets the identifierType value for this SegmentPopulationRequest.
|
Boolean |
getIsDeletion()
Gets the isDeletion value for this SegmentPopulationRequest.
|
Long |
getSegmentId()
Gets the segmentId value for this SegmentPopulationRequest.
|
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 SegmentPopulationRequest.
|
void |
setIdentifiers(int i,
String _value) |
void |
setIdentifiers(String[] identifiers)
Sets the identifiers value for this SegmentPopulationRequest.
|
void |
setIdentifierType(IdentifierType identifierType)
Sets the identifierType value for this SegmentPopulationRequest.
|
void |
setIsDeletion(Boolean isDeletion)
Sets the isDeletion value for this SegmentPopulationRequest.
|
void |
setSegmentId(Long segmentId)
Sets the segmentId value for this SegmentPopulationRequest.
|
String |
toString() |
public SegmentPopulationRequest()
public SegmentPopulationRequest(Long batchUploadId, Long segmentId, Boolean isDeletion, IdentifierType identifierType, String[] identifiers)
public Long getBatchUploadId()
public void setBatchUploadId(Long batchUploadId)
batchUploadId - public Long getSegmentId()
public void setSegmentId(Long segmentId)
segmentId - public Boolean getIsDeletion()
public void setIsDeletion(Boolean isDeletion)
isDeletion - public IdentifierType getIdentifierType()
public void setIdentifierType(IdentifierType identifierType)
identifierType - public String[] getIdentifiers()
public void setIdentifiers(String[] identifiers)
identifiers - public String getIdentifiers(int i)
public void setIdentifiers(int i,
String _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.