public class InetInterface
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InetInterface() |
InetInterface(InetInterface org) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(InetInterface intf) |
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getGateway() |
java.lang.String |
getHardwareAddress() |
java.lang.String |
getIpAddress() |
java.lang.String |
getName() |
java.lang.String |
getNetmask() |
java.lang.String |
getNetwork() |
java.lang.String |
getOldIpAddress() |
java.lang.String |
getVlanId() |
boolean |
isIPMandatory() |
boolean |
isStaticIp() |
boolean |
isUsedByLocalSniffer() |
boolean |
isUsedByMsRtp() |
boolean |
isUsedByMsSip() |
boolean |
isUsedByRemoteSniffer() |
boolean |
isUsedByRmi() |
boolean |
isUsedByRtpStreamPairs() |
boolean |
isUsedByRtpStreams() |
boolean |
isUsedByRtsp() |
boolean |
isUsedByRtspRtp() |
boolean |
isUsedBySniffer() |
boolean |
isUsedBySnmpAgent() |
boolean |
isUsedByTelephonyProvider() |
boolean |
isUsedByVrpService() |
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setGateway(java.lang.String gateway) |
void |
setHardwareAddress(java.lang.String address) |
void |
setIpAddress(java.lang.String ipAddress) |
void |
setName(java.lang.String name) |
void |
setNetmask(java.lang.String netmask) |
void |
setNetwork(java.lang.String network) |
void |
setOldIpAddress(java.lang.String oldIpAddress) |
void |
setStaticIp(boolean staticIp) |
void |
setUsedByLocalSniffer(boolean usedByLocalSniffer) |
void |
setUsedByMsRtp(boolean usedByMsRtp) |
void |
setUsedByMsSip(boolean usedByMsSip) |
void |
setUsedByRemoteSniffer(boolean usedByRemoteSniffer) |
void |
setUsedByRmi(boolean usedByRmi) |
void |
setUsedByRtpStreamPairs(boolean usedByRtpStreamPairs) |
void |
setUsedByRtpStreams(boolean usedByRtpStreams) |
void |
setUsedByRtsp(boolean usedByRtsp) |
void |
setUsedByRtspRtp(boolean usedByRtspRtp) |
void |
setUsedBySnmpAgent(boolean usedBySnmpAgent) |
void |
setUsedByVrpService(boolean usedByVrpService) |
void |
setVlanId(java.lang.String vlanId) |
java.lang.String |
toString() |
public InetInterface()
public InetInterface(InetInterface org)
public boolean equals(InetInterface intf)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getHardwareAddress()
public void setHardwareAddress(java.lang.String address)
public boolean isStaticIp()
public void setStaticIp(boolean staticIp)
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
public java.lang.String getNetmask()
public void setNetmask(java.lang.String netmask)
public java.lang.String getNetwork()
public void setNetwork(java.lang.String network)
public java.lang.String getGateway()
public void setGateway(java.lang.String gateway)
public java.lang.String getVlanId()
public void setVlanId(java.lang.String vlanId)
@Deprecated public java.lang.String getDescription()
@Deprecated public void setDescription(java.lang.String description)
public void setOldIpAddress(java.lang.String oldIpAddress)
public java.lang.String getOldIpAddress()
public boolean isIPMandatory()
public boolean isUsedByTelephonyProvider()
public boolean isUsedByRmi()
public void setUsedByRmi(boolean usedByRmi)
public boolean isUsedBySnmpAgent()
public void setUsedBySnmpAgent(boolean usedBySnmpAgent)
public boolean isUsedBySniffer()
public boolean isUsedByLocalSniffer()
public void setUsedByLocalSniffer(boolean usedByLocalSniffer)
public boolean isUsedByRemoteSniffer()
public void setUsedByRemoteSniffer(boolean usedByRemoteSniffer)
public boolean isUsedByRtpStreams()
public void setUsedByRtpStreams(boolean usedByRtpStreams)
public boolean isUsedByRtpStreamPairs()
public void setUsedByRtpStreamPairs(boolean usedByRtpStreamPairs)
public boolean isUsedByVrpService()
public void setUsedByVrpService(boolean usedByVrpService)
public boolean isUsedByMsSip()
public void setUsedByMsSip(boolean usedByMsSip)
public boolean isUsedByMsRtp()
public void setUsedByMsRtp(boolean usedByMsRtp)
public boolean isUsedByRtsp()
public void setUsedByRtsp(boolean usedByRtsp)
public boolean isUsedByRtspRtp()
public void setUsedByRtspRtp(boolean usedByRtspRtp)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.