Package com.qtsurfer.api.client.model
Class InstrumentListMeta
java.lang.Object
com.qtsurfer.api.client.model.InstrumentListMeta
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class InstrumentListMeta
extends Object
Metadata describing the instruments listing
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe market segment served in `data` -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this InstrumentListMeta object is equal to o.The exchange the instruments belong toThe market segment served in `data`When this listing was last refreshedinthashCode()segment(InstrumentListMeta.SegmentEnum segment) voidsetExchange(String exchange) voidsetSegment(InstrumentListMeta.SegmentEnum segment) voidsetUpdatedAt(OffsetDateTime updatedAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updatedAt(OffsetDateTime updatedAt)
-
Field Details
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_EXCHANGE
- See Also:
-
JSON_PROPERTY_SEGMENT
- See Also:
-
-
Constructor Details
-
InstrumentListMeta
public InstrumentListMeta()
-
-
Method Details
-
updatedAt
-
getUpdatedAt
When this listing was last refreshed- Returns:
- updatedAt
-
setUpdatedAt
-
exchange
-
getExchange
The exchange the instruments belong to- Returns:
- exchange
-
setExchange
-
segment
-
getSegment
The market segment served in `data`- Returns:
- segment
-
setSegment
-
equals
Return true if this InstrumentListMeta object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-