Skip to content
Sur cette page

class SealdConnector

objc
@interface SealdConnector : NSObject

SealdConnector represents all details about a connector.

MembersDescriptions
sealdId
type
value
connectorId
state
initWithSealdId:type:value:connectorId:state:

sealdId

objc
@property (strong, readonly) NSString * sealdId;

type

objc
@property (strong, readonly) NSString * type;

value

objc
@property (strong, readonly) NSString * value;

connectorId

objc
@property (strong, readonly) NSString * connectorId;

state

objc
@property (strong, readonly) NSString * state;

initWithSealdId:type:value:connectorId:state:

objc
- (instancetype) initWithSealdId:(NSString *)sealdId
                            type:(NSString *)type
                           value:(NSString *)value
                     connectorId:(NSString *)connectorId
                           state:(NSString *)state;