PivotViewToJsonOptions

Inheritance: java.lang.Object

public class PivotViewToJsonOptions

The options of exporting pivot view as json.

Constructors

ConstructorDescription
PivotViewToJsonOptions()The options for exporting pivot view to JSON.

Methods

MethodDescription
equals(Object arg0)
getClass()
getFileName()Gets the file which stores exported JSON.
getIndent()Indicates the indent.
hashCode()
notify()
notifyAll()
setFileName(String value)Sets the file which stores exported JSON.
setIndent(String value)Indicates the indent.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PivotViewToJsonOptions()

public PivotViewToJsonOptions()

The options for exporting pivot view to JSON.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFileName()

public String getFileName()

Gets the file which stores exported JSON.

Returns: java.lang.String

getIndent()

public String getIndent()

Indicates the indent.

Remarks

If the indent is null or empty, the exported json is not formatted.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFileName(String value)

public void setFileName(String value)

Sets the file which stores exported JSON.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setIndent(String value)

public void setIndent(String value)

Indicates the indent.

Remarks

If the indent is null or empty, the exported json is not formatted.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int