public interface M3UARouteMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPrimarySctpAssociation()
Gets the value of the primarySctpAssociation property.
|
java.math.BigInteger |
getRemotePointCode()
Gets the value of the remotePointCode property.
|
java.lang.String |
getSecondarySctpAssociation()
Gets the value of the secondarySctpAssociation property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPrimarySctpAssociation(java.lang.String value)
Sets the value of the primarySctpAssociation property.
|
void |
setRemotePointCode(java.math.BigInteger value)
Sets the value of the remotePointCode property.
|
void |
setSecondarySctpAssociation(java.lang.String value)
Sets the value of the secondarySctpAssociation property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getRemotePointCode()
void setRemotePointCode(java.math.BigInteger value)
java.lang.String getPrimarySctpAssociation()
void setPrimarySctpAssociation(java.lang.String value)
java.lang.String getSecondarySctpAssociation()
void setSecondarySctpAssociation(java.lang.String value)