public class Feed extends Object
Constructor and Description |
---|
Feed(String name,
String description,
String status,
String schedule,
String sourceClusterName,
String sourceClusterStart,
String sourceClusterEnd,
String sourceClusterLimit,
String sourceClusterAction,
String targetClusterName,
String targetClusterStart,
String targetClusterEnd,
String targetClusterLimit,
String targetClusterAction,
Map<String,String> properties)
Construct a feed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Get the description.
|
String |
getName()
Get the name.
|
Map<String,String> |
getProperties()
Get the properties.
|
String |
getSchedule()
Get the schedule.
|
String |
getSourceClusterAction()
Get the source cluster retention action.
|
String |
getSourceClusterEnd()
Get the source cluster validity end time.
|
String |
getSourceClusterLimit()
Get the source cluster retention limit.
|
String |
getSourceClusterName()
Get the source cluster name.
|
String |
getSourceClusterStart()
Get the source cluster validity start time.
|
String |
getStatus()
Get the status.
|
String |
getTargetClusterAction()
Get the target cluster retention action.
|
String |
getTargetClusterEnd()
Get the target cluster validity end time.
|
String |
getTargetClusterLimit()
Get the target cluster retention limit.
|
String |
getTargetClusterName()
Get the target cluster name.
|
String |
getTargetClusterStart()
Get the target cluster validity start time.
|
int |
hashCode() |
public Feed(String name, String description, String status, String schedule, String sourceClusterName, String sourceClusterStart, String sourceClusterEnd, String sourceClusterLimit, String sourceClusterAction, String targetClusterName, String targetClusterStart, String targetClusterEnd, String targetClusterLimit, String targetClusterAction, Map<String,String> properties)
name
- the feed namedescription
- the descriptionstatus
- the statusschedule
- the schedulesourceClusterName
- the source cluster namesourceClusterStart
- the source cluster validity start timesourceClusterEnd
- the source cluster validity end timesourceClusterLimit
- the source cluster retention limitsourceClusterAction
- the source cluster retention actiontargetClusterName
- the target cluster nametargetClusterStart
- the target cluster validity start timetargetClusterEnd
- the target cluster validity end timetargetClusterLimit
- the target cluster retention limittargetClusterAction
- the target cluster retention actionproperties
- the propertiespublic String getName()
public String getDescription()
public String getStatus()
public String getSchedule()
public String getSourceClusterName()
public String getSourceClusterStart()
public String getSourceClusterEnd()
public String getSourceClusterLimit()
public String getSourceClusterAction()
public String getTargetClusterName()
public String getTargetClusterStart()
public String getTargetClusterEnd()
public String getTargetClusterLimit()
public String getTargetClusterAction()
Copyright © 2022 Apache Software Foundation. All rights reserved.