public class LineItemDealInfoDto extends Object implements Serializable
| Constructor and Description |
|---|
LineItemDealInfoDto() |
LineItemDealInfoDto(Long externalDealId) |
| 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
|
Long |
getExternalDealId()
Gets the externalDealId value for this LineItemDealInfoDto.
|
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 |
setExternalDealId(Long externalDealId)
Sets the externalDealId value for this LineItemDealInfoDto.
|
String |
toString() |
public LineItemDealInfoDto()
public LineItemDealInfoDto(Long externalDealId)
public Long getExternalDealId()
public void setExternalDealId(Long externalDealId)
externalDealId - * The external deal ID shared between seller and buyer. This
field is only present if the deal
has been finalized. This attribute is read-only and
is assigned by Google.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.