public class

PingResult

extends BaseResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.PingResult

Class Overview

Java class for PingResult complex type.

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

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

Summary

Fields
protected String version
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
PingResult()
Public Methods
String getVersion()
Gets the value of the version property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected String version

Public Constructors

public PingResult ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String