org.camunda.bpm.engine.rest.dto
Class CountResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.CountResultDto

public class CountResultDto
extends Object


Constructor Summary
CountResultDto()
           
CountResultDto(long count)
           
 
Method Summary
 long getCount()
           
 void setCount(long count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountResultDto

public CountResultDto()

CountResultDto

public CountResultDto(long count)
Method Detail

getCount

public long getCount()

setCount

public void setCount(long count)


Copyright © 2016 camunda services GmbH. All rights reserved.