com.gentics.contentnode.rest.model.request
Class PushToMasterRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.PushToMasterRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MultiPushToMasterRequest

public class PushToMasterRequest
extends java.lang.Object
implements java.io.Serializable

Request to push a specified object from a channel into a master

See Also:
Serialized Form

Nested Class Summary
static class PushToMasterRequest.Type
          Enumeration for pushed subtypes
 
Constructor Summary
PushToMasterRequest()
          Empty constructor
 
Method Summary
 int getChannelId()
           
 java.lang.Integer getForegroundTime()
           
 int getMasterId()
           
 java.lang.Boolean getRecursive()
           
 java.util.List<PushToMasterRequest.Type> getTypes()
           
 void setChannelId(int channelId)
           
 void setForegroundTime(java.lang.Integer foregroundTime)
           
 void setMasterId(int masterId)
           
 void setRecursive(java.lang.Boolean recursive)
           
 void setTypes(java.util.List<PushToMasterRequest.Type> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushToMasterRequest

public PushToMasterRequest()
Empty constructor

Method Detail

getMasterId

public int getMasterId()

setMasterId

public void setMasterId(int masterId)

getChannelId

public int getChannelId()

setChannelId

public void setChannelId(int channelId)

getRecursive

public java.lang.Boolean getRecursive()

setRecursive

public void setRecursive(java.lang.Boolean recursive)

getForegroundTime

public java.lang.Integer getForegroundTime()

setForegroundTime

public void setForegroundTime(java.lang.Integer foregroundTime)

getTypes

public java.util.List<PushToMasterRequest.Type> getTypes()

setTypes

public void setTypes(java.util.List<PushToMasterRequest.Type> types)


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.