Instance Methods | |
| (FMLiveSwitchXirSysV2IceResponseData *) | - data |
| (NSString *) | - error |
| (instancetype) | - init |
| (NSString *) | - path |
| (void) | - setData: |
| (void) | - setError: |
| (void) | - setPath: |
| (void) | - setStatus: |
| (FMLiveSwitchNullableInt *) | - status |
| (NSString *) | - toJson |
Class Methods | |
| (FMLiveSwitchXirSysV2IceResponse *) | + fromJsonWithIceResponseJson: |
| (FMLiveSwitchXirSysV2IceResponse *) | + iceResponse |
| (NSString *) | + toJsonWithIceResponse: |
| - (FMLiveSwitchXirSysV2IceResponseData*) data |
| - (NSString*) error |
| + (FMLiveSwitchXirSysV2IceResponse*) fromJsonWithIceResponseJson: | (NSString *) | iceResponseJson |
| + (FMLiveSwitchXirSysV2IceResponse*) iceResponse |
| - (instancetype) init |
| - (NSString*) path |
| - (void) setData: | (FMLiveSwitchXirSysV2IceResponseData *) | value |
| - (void) setError: | (NSString *) | value |
| - (void) setPath: | (NSString *) | value |
| - (void) setStatus: | (FMLiveSwitchNullableInt *) | value |
| - (FMLiveSwitchNullableInt*) status |
| - (NSString*) toJson |
| + (NSString*) toJsonWithIceResponse: | (FMLiveSwitchXirSysV2IceResponse *) | iceResponse |