Package Entity
Class Edge
java.lang.Object
Entity.Edge
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EdgeBodyJSON,EdgeBodyUE,EdgeCookie,EdgeHeader,EdgeQueryParam,EdgeUrl
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetFrom_index(int from_index) voidsetTo_index(int to_index) toString()
-
Field Details
-
from
-
to
-
dependency
-
type
-
from_index
@SerializedName("from_index") public int from_index -
to_index
@SerializedName("to_index") public int to_index
-
-
Constructor Details
-
Edge
-
-
Method Details