public static class DiscoveryRestService.DiscoveryConfigurationDTO.IncludeUrlDTO extends Object
Constructor and Description |
---|
IncludeUrlDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getForeignSource() |
String |
getLocation() |
Integer |
getRetries() |
Long |
getTimeout() |
void |
setContent(String content) |
void |
setForeignSource(String foreignSource) |
void |
setLocation(String location) |
void |
setRetries(Integer retries) |
void |
setTimeout(Long timeout) |
public String getContent()
public void setContent(String content)
public String getLocation()
public void setLocation(String location)
public Integer getRetries()
public void setRetries(Integer retries)
public Long getTimeout()
public void setTimeout(Long timeout)
public String getForeignSource()
public void setForeignSource(String foreignSource)
Copyright © 2021. All rights reserved.