public static class Service.ServiceLinkInfo
extends java.lang.Object
ServiceImpl| Constructor and Description |
|---|
ServiceLinkInfo()
Instantiates a new service link info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
action()
Sets action associated with this link filter.
|
void |
action(int action)
Returns the action associated with this link filter.
|
void |
clear()
Clears an RDMService link filter.
|
int |
copy(Service.ServiceLinkInfo destServiceLinkInfo)
Performs a deep copy of
Service.ServiceLinkInfo object. |
int |
decode(com.thomsonreuters.upa.codec.DecodeIterator dIter)
Decode a UPA service data filter into an RDM service data filter.
|
int |
encode(com.thomsonreuters.upa.codec.EncodeIterator encIter)
Encode an RDM Service Link filter.
|
java.util.List<Service.ServiceLink> |
linkList()
Returns link information elements -List of entries with information
about upstream sources.
|
void |
linkList(java.util.List<Service.ServiceLink> linkList)
Sets link information elements -List of entries with information
about upstream sources.
|
java.lang.String |
toString() |
int |
update(Service.ServiceLinkInfo destServiceLinkInfo)
Performs an update of
Service.ServiceLinkInfo object. |
public java.util.List<Service.ServiceLink> linkList()
public void linkList(java.util.List<Service.ServiceLink> linkList)
linkList - the link listpublic void action(int action)
action - -MapEntryActionspublic int action()
MapEntryActionspublic int encode(com.thomsonreuters.upa.codec.EncodeIterator encIter)
encIter - The Encode Iteratorpublic int decode(com.thomsonreuters.upa.codec.DecodeIterator dIter)
dIter - The Decode Iteratorpublic void clear()
public java.lang.String toString()
toString in class java.lang.Objectpublic int copy(Service.ServiceLinkInfo destServiceLinkInfo)
Service.ServiceLinkInfo object.destServiceLinkInfo - ServiceLinkInfo object to copy this object into. It cannot be null.public int update(Service.ServiceLinkInfo destServiceLinkInfo)
Service.ServiceLinkInfo object.destServiceLinkInfo - ServiceLinkInfo object to update with information from this object. It cannot be null.Copyright @ 2019 Thomson Reuters. All Rights Reserved.