Package com.longbridge.quote
Class QuotePackageDetail
- java.lang.Object
-
- com.longbridge.quote.QuotePackageDetail
-
public class QuotePackageDetail extends Object
Quote package subscription detail.
-
-
Constructor Summary
Constructors Constructor Description QuotePackageDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the package description.OffsetDateTimegetEndAt()Returns the end time of the package subscription.StringgetKey()Returns the package key identifier.StringgetName()Returns the package name.OffsetDateTimegetStartAt()Returns the start time of the package subscription.StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
Returns the package key identifier.- Returns:
- the package key identifier
-
getName
public String getName()
Returns the package name.- Returns:
- the package name
-
getDescription
public String getDescription()
Returns the package description.- Returns:
- the package description
-
getStartAt
public OffsetDateTime getStartAt()
Returns the start time of the package subscription.- Returns:
- the start time of the package subscription
-
getEndAt
public OffsetDateTime getEndAt()
Returns the end time of the package subscription.- Returns:
- the end time of the package subscription
-
-