@Embeddable public class ProviderQosPersisted extends joynr.types.ProviderQos implements Serializable
| Constructor and Description |
|---|
ProviderQosPersisted() |
ProviderQosPersisted(joynr.types.ProviderQos providerQos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CustomParameterPersisted> |
getCustomParameterList() |
Long |
getPriority() |
joynr.types.ProviderScope |
getScope() |
Boolean |
getSupportsOnChangeSubscriptions() |
int |
hashCode() |
void |
setCustomParameterList(List<CustomParameterPersisted> customParameterList) |
void |
setPriority(Long priority) |
void |
setScope(joynr.types.ProviderScope scope) |
void |
setSupportsOnChangeSubscriptions(Boolean supportsOnChangeSubscriptions) |
public ProviderQosPersisted()
public ProviderQosPersisted(joynr.types.ProviderQos providerQos)
public List<CustomParameterPersisted> getCustomParameterList()
public void setCustomParameterList(List<CustomParameterPersisted> customParameterList)
public 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 © 2018. All rights reserved.