public class UserLDAPIntegrationGetDirectoryEntryResponseProxy extends UserServiceProxy implements Serializable
Modifier and Type | Field and Description |
---|---|
LDAPEntryFieldProxy[] |
dataProxy |
String |
entryName |
UserProxy |
userProxy |
Constructor and Description |
---|
UserLDAPIntegrationGetDirectoryEntryResponseProxy() |
Modifier and Type | Method and Description |
---|---|
LDAPEntryFieldProxy[] |
getDataProxy() |
String |
getEntryName() |
UserProxy |
getUserProxy() |
void |
setDataProxy(LDAPEntryFieldProxy... dataProxy) |
void |
setEntryName(String entryName) |
void |
setUserProxy(UserProxy userProxy) |
public UserProxy userProxy
public String entryName
public LDAPEntryFieldProxy[] dataProxy
public UserLDAPIntegrationGetDirectoryEntryResponseProxy()
public void setUserProxy(UserProxy userProxy)
public UserProxy getUserProxy()
public void setEntryName(String entryName)
public String getEntryName()
public void setDataProxy(LDAPEntryFieldProxy... dataProxy)
public LDAPEntryFieldProxy[] getDataProxy()
Copyright © 2016 ECG, Inc. All rights reserved.