CleanEnergyRdc2Api class abstract
- Inheritance
-
- Object
- ChopperService
- CleanEnergyRdc2Api
- Annotations
-
- @ChopperApi()
Constructors
Properties
- client ↔ ChopperClient
-
getter/setter pairinherited
- definitionType → Type
-
Used internally to retrieve the service from ChopperClient.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
apiResiCntrl2GetGetAllGeneratorsByDealerEmailGet(
{String? dealerEmailId, String? apiVersion}) → Future< Response< List< >GetGeneratorResponseModel> > - @param dealerEmailId @param api-version
-
apiResiCntrl2GetGetAllGeneratorsGet(
{String? dealerEmailId, String? apiVersion}) → Future< Response< List< >GetGeneratorResponseModel> > - @param dealerEmailId @param api-version
-
apiResiCntrl2GetGetExerciseInfoGet(
{int? gensetId, String? apiVersion}) → Future< Response< GetGeneratorExcerciseInfoResponseModel> > - @param gensetId @param api-version
-
apiResiCntrl2GetGetGeneratorDetailsGet(
{String? gensetId, String? apiVersion}) → Future< Response< GetGeneratorDetailResponseModel> > - @param gensetId @param api-version
-
apiResiCntrl2GetGetGeneratorNotesGet(
{String? gensetId, String? apiVersion}) → Future< Response< List< >GetGeneratorNoteResponseModel> > - @param gensetId @param api-version
-
apiResiCntrl2GetGetHistoricalParamDataGet(
{int? deviceId, String? apiVersion}) → Future< Response< GetGeneratorHistoricalParameterValuesResponseModel> > - @param deviceId @param api-version
-
apiResiCntrl2GetGetUserInfoGet(
{String? gensetId, String? apiVersion}) → Future< Response< UserInfoModel> > - @param gensetId @param api-version
-
apiResiCntrl2SetRegisterNotificationsTokenPost(
{String? apiVersion, required NotificationInfo? body}) → Future< Response< String> > - @param api-version
-
apiResiCntrl2SetSaveMaintenanceRecordPost(
{String? apiVersion, required SetGeneratorMaintenanceNoteRequestModel? body}) → Future< Response< String> > - @param api-version
-
apiResiCntrl2SetStartStopExercisePost(
{String? apiVersion, required SetEngineExerciseRequestModel? body}) → Future< Response< String> > - @param api-version
-
apiResiCntrl2SetUpdateMaintenanceIntervalPost(
{String? apiVersion, required SetGeneratorMaintenanceIntervalRequestModel? body}) → Future< Response< String> > - @param api-version
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rdc2ApiV1GeneratorDealerEmailIdGet(
{required String? dealerEmailId}) → Future< Response< List< >GeneratorResponseModel> > - @param dealerEmailId
-
rdc2ApiV1GeneratorDealersDealerIdGet(
{required String? dealerId}) → Future< Response< List< >GeneratorResponseModel> > - @param dealerId
-
rdc2ApiV1GeneratorDetailsGensetIdGet(
{required String? gensetId}) → Future< Response< GeneratorDetailResponseModel> > - @param gensetId
-
rdc2ApiV1GeneratorExerciseGensetIdGet(
{required int? gensetId}) → Future< Response< ExcerciseInfoResponseModel> > - @param gensetId
-
rdc2ApiV1GeneratorHistoricalDataDeviceIdGet(
{required int? deviceId}) → Future< Response< HistoricalParameterValuesResponseModel> > - @param deviceId
-
rdc2ApiV1GeneratorMaintenanceGensetIdGet(
{required String? gensetId}) → Future< Response< List< >MaintenanceNoteResponseModel> > - @param gensetId
-
rdc2ApiV1GeneratorMaintenanceIntervalPost(
{required GeneratorMaintenanceIntervalRequestModel? body}) → Future< Response< String> > -
rdc2ApiV1GeneratorMaintenancePost(
{required GeneratorMaintenanceNoteRequestModel? body}) → Future< Response< MaintenanceNoteResponseModel> > -
rdc2ApiV1GeneratorRegisterNotificationTokenPost(
{required NotificationInfo? body}) → Future< Response< String> > -
rdc2ApiV1GeneratorStartStopExercisePost(
{required EngineExerciseDetailsRequestModel? body}) → Future< Response< String> > -
rdc2ApiV1GeneratorUserinfoGensetIdGet(
{required String? gensetId}) → Future< Response< UserInfoModel> > - @param gensetId
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
{ChopperClient? client, Client? httpClient, Authenticator? authenticator, ErrorConverter? errorConverter, Converter? converter, Uri? baseUrl, List< Interceptor> ? interceptors}) → CleanEnergyRdc2Api