Package com.qiniu.linking.model
Class Segment
- java.lang.Object
-
- com.qiniu.linking.model.Segment
-
public class Segment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Segment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFrame()
int
getFrom()
int
getTo()
void
setFrame(java.lang.String frame)
void
setFrom(int from)
void
setTo(int to)
-