public class SetACLRequest extends Object implements org.apache.jute.Record
| Constructor and Description |
|---|
SetACLRequest() |
SetACLRequest(String path,
List<ACL> acl,
int version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object peer_) |
void |
deserialize(org.apache.jute.InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
List<ACL> |
getAcl() |
String |
getPath() |
int |
getVersion() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(org.apache.jute.OutputArchive a_,
String tag) |
void |
setAcl(List<ACL> m_) |
void |
setPath(String m_) |
void |
setVersion(int m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public String getPath()
public void setPath(String m_)
public int getVersion()
public void setVersion(int m_)
public void serialize(org.apache.jute.OutputArchive a_,
String tag)
throws IOException
serialize in interface org.apache.jute.RecordIOExceptionpublic void deserialize(org.apache.jute.InputArchive a_,
String tag)
throws IOException
deserialize in interface org.apache.jute.RecordIOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOExceptionpublic int compareTo(Object peer_) throws ClassCastException
ClassCastExceptionpublic static String signature()
Copyright © 2013 The Apache Software Foundation