@ConfigurationProperties(prefix="axon.update-check") public class UpdateCheckConfiguration extends Object implements UsagePropertyProvider
| Constructor and Description |
|---|
UpdateCheckConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDisabled()
Returns whether the Anonymous Usage Collection is disabled.
|
String |
getUrl()
Returns the URL for the Anonymous Usage Collection endpoint.
|
int |
priority()
Returns the priority of this property provider.
|
void |
setDisabled(boolean disabled) |
void |
setUrl(String url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic void setDisabled(boolean disabled)
public Boolean getDisabled()
UsagePropertyProvidergetDisabled in interface UsagePropertyProvidertrue if the collection is disabled, null if not specified, or false if enabled.public String getUrl()
UsagePropertyProvidergetUrl in interface UsagePropertyProviderString, or null if not specified.public void setUrl(String url)
public int priority()
UsagePropertyProviderpriority in interface UsagePropertyProviderint representing the priority of this provider.Copyright © 2010–2026. All rights reserved.