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 *)keyPrefixParameters
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 *)httpErrorCodeReturnedParameters
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 *keyPrefixEqualsDeclared In
OBSServiceCommonEntities.h
httpErrorCodeReturnedEquals
Error code
@property (nonatomic, strong, nonnull) NSString *httpErrorCodeReturnedEqualsDeclared In
OBSServiceCommonEntities.h