Class Overview
Java class for MalformedQueryFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MalformedQueryFault">
<complexContent>
<extension base="{http://fault.api.zuora.com/}ApiFault">
</extension>
</complexContent>
</complexType>
Summary
|
[Expand]
Inherited Methods |
From class
com.zuora.api.fault.ApiFault
|
From class
com.zuora.api.object.Dynamic
|
Collection<Entry<String, Object>>
|
dynamicProperties()
Answers the name and values of the dynamic properties of this object
|
|
List<Element>
|
getAny()
Answers the dynamic property elements.
|
|
Object
|
getAt(String name)
Synonym of getField(String) that lets groovy script users
to access dynamic properties with the indexed brackets [] syntax.
|
|
Object
|
getField(String name)
|
|
Collection<Entry<String, Object>>
|
properties()
|
|
void
|
setAt(String name, Object value)
Synonym of #setField(String, String) that lets groovy script users
to set dynamic properties with the indexed brackets [] syntax.
|
|
void
|
setField(String name, Object value)
|
|
Collection<Entry<String, Object>>
|
staticProperties()
Answers the name and values of the static properties of this object
|
|
String
|
toPropertyName(String name)
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
100
(0x0000000000000064)
Public Constructors
public
MalformedQueryFault
()