Class ListIDInSegmentResponse


  • public class ListIDInSegmentResponse
    extends java.lang.Object
    Contains the returned response and a List of ids present in a segment for listIDInSegment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Long> getIds()  
      Response getResponse()  
      boolean ok()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIds

        public java.util.List<java.lang.Long> getIds()
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS