GMTSRequest Class Reference
Overview
Request object that is an abstract class.
Inherited by GMTCTripRequest.
Public Member Functions | |
(instancetype) | - initWithRequestHeader: |
Initialization of the object. | |
Properties | |
GMTSRequestHeader * | requestHeader |
Header of the request, to specify extra request conditions. |
Member Function Documentation
- (instancetype) initWithRequestHeader: | (nullable GMTSRequestHeader *) | requestHeader |
Initialization of the object.
- Parameters:
-
requestHeader A request header object to bind with the current request.
Property Documentation
- (GMTSRequestHeader*) requestHeader [read, copy] |
Header of the request, to specify extra request conditions.
Implemented in GMTCMutableTripRequest.