GravityScenarioInfo Class Reference

Inherits from NSObject
Declared in GravityScenarioInfo.h
GravityScenarioInfo.m

Overview

ScenarioInfo

Other Methods

  Id

Id of the scenarioInfo

@property NSNumber *Id

Discussion

Id of the scenarioInfo

Declared In

GravityScenarioInfo.h

  apiName

Api name of the scenarioInfo

@property NSString *apiName

Discussion

Api name of the scenarioInfo

Declared In

GravityScenarioInfo.h

  humanReadableName

Human readable name of the scenarioInfo

@property NSString *humanReadableName

Discussion

Human readable name of the scenarioInfo

Declared In

GravityScenarioInfo.h

  desc

Description of the scenarioInfo

@property NSString *desc

Discussion

Description of the scenarioInfo

Declared In

GravityScenarioInfo.h

  order

Order of the scenarioInfo

@property NSNumber *order

Discussion

Order of the scenarioInfo

Declared In

GravityScenarioInfo.h

  numberLimit

Number limit of the scenarioInfo

@property NSNumber *numberLimit

Discussion

Number limit of the scenarioInfo

Declared In

GravityScenarioInfo.h

  type

Type of the scenarioInfo

@property NSString *type

Discussion

Type of the scenarioInfo

Declared In

GravityScenarioInfo.h

  modifierName

Modifier name of the scenarioInfo

@property NSString *modifierName

Discussion

Modifier name of the scenarioInfo

Declared In

GravityScenarioInfo.h

– initWithDictionary:

Initializes a GravityScenarioInfo object with a dictionary

- (id)initWithDictionary:(NSDictionary *)dict

Parameters

dict

the dictionary representing the object

Return Value

an initialized GravityScenarioInfo object

Discussion

Initializes a GravityScenarioInfo object with a dictionary

Declared In

GravityScenarioInfo.h

– initWithJSON:

Initializes a GravityScenarioInfo object with JSON data

- (id)initWithJSON:(NSData *)jsonData

Parameters

jsonData

the JSON data representing the object

Return Value

an initialized GravityScenarioInfo object

Discussion

Initializes a GravityScenarioInfo object with JSON data

Declared In

GravityScenarioInfo.h

Other Methods

– description

- (NSString *)description