@PathVariable(ALARM_ID)StringstrAlarmId,@Parameter(description="A JSON value representing the comment.")@RequestBodyAlarmCommentalarmComment)throwsThingsboardException{
@PathVariable(ALARM_ID)StringstrAlarmId,@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the comment.")@RequestBodyAlarmCommentalarmComment)throwsThingsboardException{
publicAlarmsaveAlarm(@Parameter(description="A JSON value representing the alarm.")@RequestBodyAlarmalarm)throwsThingsboardException{
publicAlarmsaveAlarm(@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the alarm.")@RequestBodyAlarmalarm)throwsThingsboardException{
publicAssetsaveAsset(@Parameter(description="A JSON value representing the asset.")@RequestBodyAssetasset)throwsException{
publicAssetsaveAsset(@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the asset.")@RequestBodyAssetasset)throwsException{
publicCustomersaveCustomer(@Parameter(description="A JSON value representing the customer.")@RequestBodyCustomercustomer)throwsException{
publicCustomersaveCustomer(@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the customer.")@RequestBodyCustomercustomer)throwsException{
publicDevicesaveDevice(@Parameter(description="A JSON value representing the device.")@RequestBodyDevicedevice,
publicDevicesaveDevice(@io.swagger.v3.oas.annotations.parameters.RequestBody(description="A JSON value representing the device.")@RequestBodyDevicedevice,
@Parameter(description="Optional value of the device credentials to be used during device creation. "+
"If omitted, access token will be auto-generated.")@RequestParam(name="accessToken",required=false)StringaccessToken)throwsException{