Package org.lockss.laaws.poller.model
Class AusImportBody
java.lang.Object
org.lockss.laaws.poller.model.AusImportBody
AusImportBody
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserPropertiesItem(String userPropertiesItem) booleanfile(org.springframework.core.io.Resource file) @NotNull @Valid org.springframework.core.io.ResourcegetFile()The content of the file to be imported@NotNull StringThe base URL path of the target AU@NotNull StringThe target AU URLThe user-specified propertiesinthashCode()voidsetFile(org.springframework.core.io.Resource file) voidsetTargetBaseUrlPath(String targetBaseUrlPath) voidsetTargetUrl(String targetUrl) voidsetUserProperties(List<String> userProperties) targetBaseUrlPath(String targetBaseUrlPath) toString()userProperties(List<String> userProperties)
-
Constructor Details
-
AusImportBody
public AusImportBody()
-
-
Method Details
-
targetBaseUrlPath
-
getTargetBaseUrlPath
The base URL path of the target AU- Returns:
- targetBaseUrlPath
-
setTargetBaseUrlPath
-
targetUrl
-
getTargetUrl
The target AU URL- Returns:
- targetUrl
-
setTargetUrl
-
file
-
getFile
@NotNull @Valid public @NotNull @Valid org.springframework.core.io.Resource getFile()The content of the file to be imported- Returns:
- file
-
setFile
public void setFile(org.springframework.core.io.Resource file) -
userProperties
-
addUserPropertiesItem
-
getUserProperties
The user-specified properties- Returns:
- userProperties
-
setUserProperties
-
equals
-
hashCode
public int hashCode() -
toString
-