Class BackupRequestDTO
- java.lang.Object
-
- org.opennms.features.deviceconfig.rest.BackupRequestDTO
-
public class BackupRequestDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description BackupRequestDTO()BackupRequestDTO(String ipAddress, String location, String serviceName)BackupRequestDTO(String ipAddress, String location, String serviceName, boolean blocking)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBlocking()StringgetIpAddress()StringgetLocation()StringgetServiceName()voidsetBlocking(Boolean blocking)voidsetIpAddress(String ipAddress)voidsetLocation(String location)voidsetServiceName(String serviceName)
-
-
-
Method Detail
-
getIpAddress
public String getIpAddress()
-
getLocation
public String getLocation()
-
getServiceName
public String getServiceName()
-
setIpAddress
public void setIpAddress(String ipAddress)
-
setLocation
public void setLocation(String location)
-
setServiceName
public void setServiceName(String serviceName)
-
getBlocking
public Boolean getBlocking()
-
setBlocking
public void setBlocking(Boolean blocking)
-
-