OBSWebsiteConfCustomCondition Class Reference
Inherits from | OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
---|---|
Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
Other Methods
– initWithKeyPrefix:
Initialize an element for describing a condition that must be met for the specified redirection to apply.
- (instancetype)initWithKeyPrefix:(NSString *)keyPrefix
Parameters
keyPrefix |
Prefix |
---|
Return Value
Element for describing a condition that must be met for the specified redirection to apply
Declared In
OBSServiceCommonEntities.h
– initWithKeyErrorCode:
Initialize an element for describing a condition that must be met for the specified redirection to apply.
- (instancetype)initWithKeyErrorCode:(NSString *)httpErrorCodeReturned
Parameters
httpErrorCodeReturned |
Error code |
---|
Return Value
Element for describing a condition that must be met for the specified redirection to apply
Declared In
OBSServiceCommonEntities.h
Other Methods
keyPrefixEquals
Prefix name
@property (nonatomic, strong, nonnull) NSString *keyPrefixEquals
Declared In
OBSServiceCommonEntities.h
httpErrorCodeReturnedEquals
Error code
@property (nonatomic, strong, nonnull) NSString *httpErrorCodeReturnedEquals
Declared In
OBSServiceCommonEntities.h