open class ReachableRangeResponse : ServiceBaseResponse, Serializable, BatchableRoutingResponse
A class which contains information about the reachable range Response such as format version, result, and report. For access to any of those fields use one of getters.
ReachableRangeResponse()
A class which contains information about the reachable range Response such as format version, result, and report. For access to any of those fields use one of getters. |
var formatVersion: String!
Version of the response's format. -- GETTER -- |
|
var report: ResultReport!
Request report. -- GETTER -- |
|
var result: ReachableRangeResult!
Result of the request. -- GETTER -- |
open fun accept(visitor: BatchableRoutingResponseVisitor!): Unit |