public class ValidateFtpsSegmentsResponse extends Object
Constructor and Description |
---|
ValidateFtpsSegmentsResponse() |
ValidateFtpsSegmentsResponse(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> cannotBeRestored,
List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> canBeRestored) |
Modifier and Type | Method and Description |
---|---|
List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> |
getCanBeRestored() |
List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> |
getCannotBeRestored() |
void |
setCanBeRestored(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> canBeRestored) |
void |
setCannotBeRestored(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> cannotBeRestored) |
public ValidateFtpsSegmentsResponse(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> cannotBeRestored, List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> canBeRestored)
public ValidateFtpsSegmentsResponse()
public List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> getCannotBeRestored()
public void setCannotBeRestored(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> cannotBeRestored)
public List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> getCanBeRestored()
public void setCanBeRestored(List<kafka.tier.tools.ValidateFtpsSegmentsResponse.SegmentDetail> canBeRestored)