OBSWebsiteConfCustomCondition Class Reference
Inherits from | OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
---|---|
Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
Other Methods
– initWithKeyPrefix:
初始化重定向规则匹配的元素
- (instancetype)initWithKeyPrefix:(NSString *)keyPrefix
Parameters
keyPrefix |
前缀名 |
---|
Return Value
重定向规则匹配的元素
Declared In
OBSServiceCommonEntities.h
– initWithKeyErrorCode:
初始化重定向规则匹配的元素
- (instancetype)initWithKeyErrorCode:(NSString *)httpErrorCodeReturned
Parameters
httpErrorCodeReturned |
错误码 |
---|
Return Value
重定向规则匹配的元素
Declared In
OBSServiceCommonEntities.h
Other Methods
keyPrefixEquals
前缀名
@property (nonatomic, strong, nonnull) NSString *keyPrefixEquals
Declared In
OBSServiceCommonEntities.h
httpErrorCodeReturnedEquals
错误码
@property (nonatomic, strong, nonnull) NSString *httpErrorCodeReturnedEquals
Declared In
OBSServiceCommonEntities.h