public class

GetDataCenterUrlsResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.GetDataCenterUrlsResult

Class Overview

Java class for GetDataCenterUrlsResult complex type.

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

 <complexType name="GetDataCenterUrlsResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2013_2.platform.webservices.netsuite.com}status"/>
         <element name="dataCenterUrls" type="{urn:core_2013_2.platform.webservices.netsuite.com}DataCenterUrls" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DataCenterUrls dataCenterUrls
protected Status status
Public Constructors
GetDataCenterUrlsResult()
Public Methods
DataCenterUrls getDataCenterUrls()
Gets the value of the dataCenterUrls property.
Status getStatus()
Gets the value of the status property.
void setDataCenterUrls(DataCenterUrls value)
Sets the value of the dataCenterUrls property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DataCenterUrls dataCenterUrls

protected Status status

Public Constructors

public GetDataCenterUrlsResult ()

Public Methods

public DataCenterUrls getDataCenterUrls ()

Gets the value of the dataCenterUrls property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public void setDataCenterUrls (DataCenterUrls value)

Sets the value of the dataCenterUrls property.

Parameters
value Allowed object is DataCenterUrls

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status