com.hyper9.simdk.stubs.dao
Class GuestNicInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.GuestNicInfo
- All Implemented Interfaces:
- Serializable
public class GuestNicInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
GuestNicInfo
public GuestNicInfo()
getNetwork
public String getNetwork()
setNetwork
public void setNetwork(String toSet)
getIpAddress
public List<String> getIpAddress()
setIpAddress
public void setIpAddress(List<String> toSet)
getMacAddress
public String getMacAddress()
setMacAddress
public void setMacAddress(String toSet)
getConnected
public Boolean getConnected()
setConnected
public void setConnected(Boolean toSet)
getDeviceConfigId
public Integer getDeviceConfigId()
setDeviceConfigId
public void setDeviceConfigId(Integer toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.