Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


com.bharosa.vcrypt.tracker.data
Class GetUserDevicesResultData

java.lang.Object
  extended by com.bharosa.vcrypt.tracker.data.GetUserDevicesResultData


public class GetUserDevicesResultData
extends Object

Constructor Summary
GetUserDevicesResultData(long totalCount, long fromIndex, UserDevice[] userDevices)
           

 

Method Summary
 long getFromIndex()
           
 long getTotalCount()
           
 UserDevice[] getUserDevices()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GetUserDevicesResultData

public GetUserDevicesResultData(long totalCount,
                                long fromIndex,
                                UserDevice[] userDevices)

Method Detail

getTotalCount

public long getTotalCount()

getFromIndex

public long getFromIndex()

getUserDevices

public UserDevice[] getUserDevices()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.