public static class Login.DeviceManagementFileAuthLocationGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
completionNotification |
protected String |
cpeFileDirectory |
protected String |
deviceAccessMethod |
protected DeviceAccessProtocol16 |
deviceAccessProtocol |
protected String |
deviceAccessURI |
protected Boolean |
enableCaching |
protected DeviceManagementFileCategory |
fileCategory |
protected String |
fileRepositoryPassword |
protected String |
fileRepositoryUserName |
protected Boolean |
macBasedFileAuthentication |
protected String |
macFormatInNonRequestURI |
protected Boolean |
macInNonRequestURI |
protected String |
netAddress |
protected Integer |
portNumber |
protected String |
remoteFileFormat |
protected String |
rootDirectory |
protected Boolean |
secure |
protected Boolean |
useHttpDigestAuthentication |
protected Boolean |
userNamePasswordFileAuthentication |
request, responseContent, xPath
Constructor and Description |
---|
DeviceManagementFileAuthLocationGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String fileRepositoryUserName
protected String fileRepositoryPassword
protected String netAddress
protected String remoteFileFormat
protected Integer portNumber
protected String rootDirectory
protected String cpeFileDirectory
protected Boolean secure
protected Boolean macInNonRequestURI
protected String macFormatInNonRequestURI
protected Boolean useHttpDigestAuthentication
protected Boolean macBasedFileAuthentication
protected Boolean userNamePasswordFileAuthentication
protected Boolean completionNotification
protected DeviceManagementFileCategory fileCategory
protected Boolean enableCaching
protected DeviceAccessProtocol16 deviceAccessProtocol
protected String deviceAccessMethod
protected String deviceAccessURI
public DeviceManagementFileAuthLocationGetResponse()
public void setFileRepositoryUserName(String fileRepositoryUserName)
public String getFileRepositoryUserName()
public void setFileRepositoryPassword(String fileRepositoryPassword)
public String getFileRepositoryPassword()
public void setNetAddress(String netAddress)
public String getNetAddress()
public void setRemoteFileFormat(String remoteFileFormat)
public String getRemoteFileFormat()
public void setPortNumber(Integer portNumber)
public Integer getPortNumber()
public void setRootDirectory(String rootDirectory)
public String getRootDirectory()
public void setCpeFileDirectory(String cpeFileDirectory)
public String getCpeFileDirectory()
public void setSecure(Boolean secure)
public Boolean getSecure()
public void setMacInNonRequestURI(Boolean macInNonRequestURI)
public Boolean getMacInNonRequestURI()
public void setMacFormatInNonRequestURI(String macFormatInNonRequestURI)
public String getMacFormatInNonRequestURI()
public void setUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication)
public Boolean getUseHttpDigestAuthentication()
public void setMacBasedFileAuthentication(Boolean macBasedFileAuthentication)
public Boolean getMacBasedFileAuthentication()
public void setUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication)
public Boolean getUserNamePasswordFileAuthentication()
public void setCompletionNotification(Boolean completionNotification)
public Boolean getCompletionNotification()
public void setFileCategory(DeviceManagementFileCategory fileCategory)
public DeviceManagementFileCategory getFileCategory()
public void setEnableCaching(Boolean enableCaching)
public Boolean getEnableCaching()
public void setDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol)
public DeviceAccessProtocol16 getDeviceAccessProtocol()
public void setDeviceAccessMethod(String deviceAccessMethod)
public String getDeviceAccessMethod()
public void setDeviceAccessURI(String deviceAccessURI)
public String getDeviceAccessURI()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.