public class CommonPhysicalAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonPhysicalAddress.AddressUType |
| Constructor and Description |
|---|
CommonPhysicalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CommonPhysicalAddress.AddressUType |
getAddressUType()
Get addressUType
|
CommonPAFAddress |
getPaf()
Get paf
|
CommonSimpleAddress |
getSimple()
Get simple
|
int |
hashCode() |
void |
setAddressUType(CommonPhysicalAddress.AddressUType addressUType) |
void |
setPaf(CommonPAFAddress paf) |
void |
setSimple(CommonSimpleAddress simple) |
String |
toString() |
public CommonPhysicalAddress.AddressUType getAddressUType()
public void setAddressUType(CommonPhysicalAddress.AddressUType addressUType)
public CommonPAFAddress getPaf()
public void setPaf(CommonPAFAddress paf)
public CommonSimpleAddress getSimple()
public void setSimple(CommonSimpleAddress simple)
Copyright © 2019. All rights reserved.