PivotViewToJsonOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class PivotViewToJsonOptions
The options of exporting pivot view as json.
Constructors
| Constructor | Description |
|---|---|
| PivotViewToJsonOptions() | The options for exporting pivot view to JSON. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |