public class ReplicationTimeValue extends Object implements Serializable
Constructor and Description |
---|
ReplicationTimeValue() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMinutes()
Return an integer specifying time in minutes.
|
void |
setMinutes(Integer minutes)
Set the time in minutes.
|
ReplicationTimeValue |
withMinutes(Integer minutes)
Set the time in minutes.
|
public Integer getMinutes()
public ReplicationTimeValue withMinutes(Integer minutes)
minutes
- The minutes.public void setMinutes(Integer minutes)
minutes
- The minutes.Copyright © 2022. All rights reserved.