@Entity public class ProviderQosPersisted extends joynr.types.ProviderQos implements Serializable
| Constructor and Description |
|---|
ProviderQosPersisted() |
ProviderQosPersisted(String participantId,
joynr.types.ProviderQos providerQos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
joynr.types.CustomParameter[] |
getCustomParameters() |
protected String |
getParticipantId() |
Long |
getPriority() |
joynr.types.ProviderScope |
getScope() |
Boolean |
getSupportsOnChangeSubscriptions() |
int |
hashCode() |
void |
setCustomParameters(joynr.types.CustomParameter[] customParameters) |
protected void |
setParticipantId(String participantId) |
void |
setPriority(Long priority) |
void |
setScope(joynr.types.ProviderScope scope) |
void |
setSupportsOnChangeSubscriptions(Boolean supportsOnChangeSubscriptions) |
public ProviderQosPersisted()
public ProviderQosPersisted(String participantId, joynr.types.ProviderQos providerQos)
protected final String getParticipantId()
protected final void setParticipantId(String participantId)
public joynr.types.CustomParameter[] getCustomParameters()
getCustomParameters in class joynr.types.ProviderQospublic void setCustomParameters(joynr.types.CustomParameter[] customParameters)
setCustomParameters in class joynr.types.ProviderQospublic Long getPriority()
getPriority in class joynr.types.ProviderQospublic void setPriority(Long priority)
setPriority in class joynr.types.ProviderQospublic joynr.types.ProviderScope getScope()
getScope in class joynr.types.ProviderQospublic void setScope(joynr.types.ProviderScope scope)
setScope in class joynr.types.ProviderQospublic Boolean getSupportsOnChangeSubscriptions()
getSupportsOnChangeSubscriptions in class joynr.types.ProviderQospublic void setSupportsOnChangeSubscriptions(Boolean supportsOnChangeSubscriptions)
setSupportsOnChangeSubscriptions in class joynr.types.ProviderQospublic int hashCode()
hashCode in class joynr.types.ProviderQospublic boolean equals(Object obj)
equals in class joynr.types.ProviderQosCopyright © 2016. All rights reserved.