| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.RiskFilterDetailsType |
Details of Risk Filter.
Java class for RiskFilterDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiskFilterDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| id | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the id property.
Gets the value of the name property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|