public class

PingResponse

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.PingResponse

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PingResult" type="{http://avatax.avalara.com/services}PingResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PingResult pingResult
Public Constructors
PingResponse()
Public Methods
PingResult getPingResult()
Gets the value of the pingResult property.
void setPingResult(PingResult value)
Sets the value of the pingResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PingResult pingResult

Public Constructors

public PingResponse ()

Public Methods

public PingResult getPingResult ()

Gets the value of the pingResult property.

Returns

public void setPingResult (PingResult value)

Sets the value of the pingResult property.

Parameters
value Allowed object is PingResult