public static class AbstractDropBoxManagerRemote.DropBoxManagerRpcRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
OPERATION_DISABLE |
static int |
OPERATION_ENABLE |
static int |
OPERATION_GET_DROPBOXES |
static int |
OPERATION_IS_ENABLED |
static int |
OPERATION_LOOKUP_DROPBOX |
static int |
OPERATION_LOOKUP_DROPBOX_ACCESSOR |
static int |
OPERATION_RMC |
Constructor and Description |
---|
DropBoxManagerRpcRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDropBoxName() |
int |
getOperation() |
AbstractDropBoxManagerRemote.DropBoxManagerRpcRequest |
setDropBoxName(java.lang.String dropBoxName) |
AbstractDropBoxManagerRemote.DropBoxManagerRpcRequest |
setOperation(int operation) |
java.lang.String |
toString() |
public static final int OPERATION_ENABLE
public static final int OPERATION_LOOKUP_DROPBOX
public static final int OPERATION_IS_ENABLED
public static final int OPERATION_DISABLE
public static final int OPERATION_GET_DROPBOXES
public static final int OPERATION_RMC
public static final int OPERATION_LOOKUP_DROPBOX_ACCESSOR
public int getOperation()
public AbstractDropBoxManagerRemote.DropBoxManagerRpcRequest setOperation(int operation)
public java.lang.String getDropBoxName()
public AbstractDropBoxManagerRemote.DropBoxManagerRpcRequest setDropBoxName(java.lang.String dropBoxName)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.