public class SystemFileRepositoryDeviceUserGetResponseProxy extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Boolean |
allowDelete |
Boolean |
allowGet |
Boolean |
allowPut |
String |
fileRepositoryName |
String |
userName |
Constructor and Description |
---|
SystemFileRepositoryDeviceUserGetResponseProxy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowDelete() |
Boolean |
getAllowGet() |
Boolean |
getAllowPut() |
String |
getFileRepositoryName() |
String |
getUserName() |
void |
setAllowDelete(Boolean allowDelete) |
void |
setAllowGet(Boolean allowGet) |
void |
setAllowPut(Boolean allowPut) |
void |
setFileRepositoryName(String fileRepositoryName) |
void |
setUserName(String userName) |
public String fileRepositoryName
public String userName
public Boolean allowPut
public Boolean allowDelete
public Boolean allowGet
public SystemFileRepositoryDeviceUserGetResponseProxy()
public void setFileRepositoryName(String fileRepositoryName)
public String getFileRepositoryName()
public void setUserName(String userName)
public String getUserName()
public void setAllowPut(Boolean allowPut)
public Boolean getAllowPut()
public void setAllowDelete(Boolean allowDelete)
public Boolean getAllowDelete()
public void setAllowGet(Boolean allowGet)
public Boolean getAllowGet()
Copyright © 2016 ECG, Inc. All rights reserved.