public class PushToMasterRequest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PushToMasterRequest.Type
Enumeration for pushed subtypes
|
Constructor and Description |
---|
PushToMasterRequest()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelId() |
Integer |
getForegroundTime() |
int |
getMasterId() |
Boolean |
getRecursive() |
List<PushToMasterRequest.Type> |
getTypes() |
void |
setChannelId(int channelId) |
void |
setForegroundTime(Integer foregroundTime) |
void |
setMasterId(int masterId) |
void |
setRecursive(Boolean recursive) |
void |
setTypes(List<PushToMasterRequest.Type> types) |
public int getMasterId()
public void setMasterId(int masterId)
public int getChannelId()
public void setChannelId(int channelId)
public Boolean getRecursive()
public void setRecursive(Boolean recursive)
public Integer getForegroundTime()
public void setForegroundTime(Integer foregroundTime)
public List<PushToMasterRequest.Type> getTypes()
public void setTypes(List<PushToMasterRequest.Type> types)
Copyright © 2024 Gentics Software. All rights reserved.