Class CallsEndRequest

    • Method Detail

      • getId

        public String getId()
        id returned when registering the call using the calls.add method
      • getDuration

        public Integer getDuration()
        Call duration in seconds
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setId

        public void setId​(String id)
        id returned when registering the call using the calls.add method
      • setDuration

        public void setDuration​(Integer duration)
        Call duration in seconds
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object