com.gentics.contentnode.rest.model.request.migration
Class MigrationTagsRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.migration.MigrationTagsRequest

public class MigrationTagsRequest
extends java.lang.Object

Request object for a request to retrieve tag types for tag migration

Author:
Taylor

Constructor Summary
MigrationTagsRequest()
           
 
Method Summary
 java.util.List<java.lang.Integer> getIds()
          Get the object ids
 java.lang.String getType()
          Get the item type
 void setIds(java.util.List<java.lang.Integer> ids)
          Set the object ids
 void setType(java.lang.String type)
          Set the object type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationTagsRequest

public MigrationTagsRequest()
Method Detail

getType

public java.lang.String getType()
Get the item type

Returns:
type

setType

public void setType(java.lang.String type)
Set the object type

Parameters:
type -

getIds

public java.util.List<java.lang.Integer> getIds()
Get the object ids

Returns:
object ids

setIds

public void setIds(java.util.List<java.lang.Integer> ids)
Set the object ids

Parameters:
ids -


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.