|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.indi.clientmessages.EnableBlob
public class EnableBlob
A enableBlob Message as received from the client
Field Summary | |
---|---|
BlobEnable |
blobenable
The new policy to be used |
java.lang.String |
device
The name of the device whos BLOB policy shall be set, all if null |
java.lang.String |
name
The name of the property within the device whos BLOB policy shall be changed, all if null |
Constructor Summary | |
---|---|
EnableBlob(java.lang.String device,
java.lang.String name,
java.lang.String enable)
class consturctor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String device
public java.lang.String name
public BlobEnable blobenable
Constructor Detail |
---|
public EnableBlob(java.lang.String device, java.lang.String name, java.lang.String enable)
device
- The name of the device whos BLOB policy shall be set, all
if nullname
- The name of the property within the device whos BLOB
policy shall be changed, all if nullenable
- the BLOB policy to be set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |