public class LogicalSwitchDomainInfo extends Object implements Serializable
Constructor and Description |
---|
LogicalSwitchDomainInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDomainId() |
String |
getMasterMacAddress() |
List<LogicalSwitchDomainPerSwitch> |
getPerSwitchDomain() |
int |
hashCode() |
void |
setDomainId(String domainId) |
void |
setMasterMacAddress(String masterMacAddress) |
void |
setPerSwitchDomain(List<LogicalSwitchDomainPerSwitch> perSwitchDomain) |
String |
toString() |
public String getDomainId()
public void setDomainId(String domainId)
public String getMasterMacAddress()
public void setMasterMacAddress(String masterMacAddress)
public List<LogicalSwitchDomainPerSwitch> getPerSwitchDomain()
public void setPerSwitchDomain(List<LogicalSwitchDomainPerSwitch> perSwitchDomain)
Copyright © 2016. All rights reserved.