public class ECHOACLEntry
extends java.lang.Object
| コンストラクタと説明 |
|---|
ECHOACLEntry(boolean get,
boolean list,
boolean edit,
boolean delete)
Constructs a new ECHOACLEntry.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
JSONObject |
toJSONObject()
Converts this object into an acceptable JSONObject for the API.
|
java.lang.String |
toString()
Encodes this object as a compact JSON string.
|
public boolean get
public boolean list
public boolean edit
public boolean delete
public ECHOACLEntry(boolean get,
boolean list,
boolean edit,
boolean delete)
get - list - edit - delete - public JSONObject toJSONObject()
public java.lang.String toString()
toString クラス内 java.lang.Object