public class FeedGroupRule extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FeedGroupRule.Builder |
| 构造器和说明 |
|---|
FeedGroupRule() |
FeedGroupRule(FeedGroupRule.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
FeedGroupRuleCond |
getCondition() |
static FeedGroupRule.Builder |
newBuilder() |
void |
setAction(String action) |
void |
setCondition(FeedGroupRuleCond condition) |
public FeedGroupRule()
public FeedGroupRule(FeedGroupRule.Builder builder)
public FeedGroupRuleCond getCondition()
public void setCondition(FeedGroupRuleCond condition)
public String getAction()
public void setAction(String action)
public static FeedGroupRule.Builder newBuilder()
Copyright © 2025. All rights reserved.