air

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2022 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AirAPIAirline20111NotModified added in v0.15.0

type AirAPIAirline20111NotModified struct {
}
AirAPIAirline20111NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIAirline20111NotModified added in v0.15.0

func NewAirAPIAirline20111NotModified() *AirAPIAirline20111NotModified

NewAirAPIAirline20111NotModified creates a AirAPIAirline20111NotModified with default headers values

func (*AirAPIAirline20111NotModified) Error added in v0.15.0

type AirAPIAirline20111OK added in v0.15.0

type AirAPIAirline20111OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2Airline
}
AirAPIAirline20111OK describes a response with status code 200, with default header values.

Success

func NewAirAPIAirline20111OK added in v0.15.0

func NewAirAPIAirline20111OK() *AirAPIAirline20111OK

NewAirAPIAirline20111OK creates a AirAPIAirline20111OK with default headers values

func (*AirAPIAirline20111OK) Error added in v0.15.0

func (o *AirAPIAirline20111OK) Error() string

func (*AirAPIAirline20111OK) GetPayload added in v0.15.0

type AirAPIAirline20111Params added in v0.15.0

type AirAPIAirline20111Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIAirline20111Params contains all the parameters to send to the API endpoint

for the air Api airline 2011 1 operation.

Typically these are written to a http.Request.

func NewAirAPIAirline20111Params added in v0.15.0

func NewAirAPIAirline20111Params() *AirAPIAirline20111Params

NewAirAPIAirline20111Params creates a new AirAPIAirline20111Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIAirline20111ParamsWithContext added in v0.15.0

func NewAirAPIAirline20111ParamsWithContext(ctx context.Context) *AirAPIAirline20111Params

NewAirAPIAirline20111ParamsWithContext creates a new AirAPIAirline20111Params object with the ability to set a context for a request.

func NewAirAPIAirline20111ParamsWithHTTPClient added in v0.15.0

func NewAirAPIAirline20111ParamsWithHTTPClient(client *http.Client) *AirAPIAirline20111Params

NewAirAPIAirline20111ParamsWithHTTPClient creates a new AirAPIAirline20111Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIAirline20111ParamsWithTimeout added in v0.15.0

func NewAirAPIAirline20111ParamsWithTimeout(timeout time.Duration) *AirAPIAirline20111Params

NewAirAPIAirline20111ParamsWithTimeout creates a new AirAPIAirline20111Params object with the ability to set a timeout on a request.

func (*AirAPIAirline20111Params) SetContext added in v0.15.0

func (o *AirAPIAirline20111Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDefaults added in v0.15.0

func (o *AirAPIAirline20111Params) SetDefaults()

SetDefaults hydrates default values in the air Api airline 2011 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirline20111Params) SetDollarFilter added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDollarFormat added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDollarSelect added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDollarSkip added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetDollarTop added in v0.15.0

func (o *AirAPIAirline20111Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetHTTPClient added in v0.15.0

func (o *AirAPIAirline20111Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetHealth added in v0.15.0

func (o *AirAPIAirline20111Params) SetHealth(health *string)

SetHealth adds the health to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) SetTimeout added in v0.15.0

func (o *AirAPIAirline20111Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithContext added in v0.15.0

WithContext adds the context to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api airline 2011 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirline20111Params) WithDollarFilter added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarFilter(dollarFilter *string) *AirAPIAirline20111Params

WithDollarFilter adds the dollarFilter to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDollarFormat added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarFormat(dollarFormat string) *AirAPIAirline20111Params

WithDollarFormat adds the dollarFormat to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarOrderby(dollarOrderby *string) *AirAPIAirline20111Params

WithDollarOrderby adds the dollarOrderby to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDollarSelect added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarSelect(dollarSelect *string) *AirAPIAirline20111Params

WithDollarSelect adds the dollarSelect to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDollarSkip added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarSkip(dollarSkip *string) *AirAPIAirline20111Params

WithDollarSkip adds the dollarSkip to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithDollarTop added in v0.15.0

func (o *AirAPIAirline20111Params) WithDollarTop(dollarTop *int64) *AirAPIAirline20111Params

WithDollarTop adds the dollarTop to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithHTTPClient added in v0.15.0

func (o *AirAPIAirline20111Params) WithHTTPClient(client *http.Client) *AirAPIAirline20111Params

WithHTTPClient adds the HTTPClient to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api airline 2011 1 params

func (*AirAPIAirline20111Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIAirline20111Reader added in v0.15.0

type AirAPIAirline20111Reader struct {
	// contains filtered or unexported fields
}

AirAPIAirline20111Reader is a Reader for the AirAPIAirline20111 structure.

func (*AirAPIAirline20111Reader) ReadResponse added in v0.15.0

func (o *AirAPIAirline20111Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIAirline20111Status299 added in v0.15.0

type AirAPIAirline20111Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIAirline20111Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIAirline20111Status299 added in v0.15.0

func NewAirAPIAirline20111Status299() *AirAPIAirline20111Status299

NewAirAPIAirline20111Status299 creates a AirAPIAirline20111Status299 with default headers values

func (*AirAPIAirline20111Status299) Error added in v0.15.0

func (*AirAPIAirline20111Status299) GetPayload added in v0.15.0

type AirAPIAirline2011OK added in v0.15.0

type AirAPIAirline2011OK struct {
	Payload *models.PTXServiceDTOAirSpecificationV2Airline
}
AirAPIAirline2011OK describes a response with status code 200, with default header values.

Success

func NewAirAPIAirline2011OK added in v0.15.0

func NewAirAPIAirline2011OK() *AirAPIAirline2011OK

NewAirAPIAirline2011OK creates a AirAPIAirline2011OK with default headers values

func (*AirAPIAirline2011OK) Error added in v0.15.0

func (o *AirAPIAirline2011OK) Error() string

func (*AirAPIAirline2011OK) GetPayload added in v0.15.0

type AirAPIAirline2011Params added in v0.15.0

type AirAPIAirline2011Params struct {

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* IATA.

	   航空公司代碼
	*/
	IATA string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIAirline2011Params contains all the parameters to send to the API endpoint

for the air Api airline 2011 operation.

Typically these are written to a http.Request.

func NewAirAPIAirline2011Params added in v0.15.0

func NewAirAPIAirline2011Params() *AirAPIAirline2011Params

NewAirAPIAirline2011Params creates a new AirAPIAirline2011Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIAirline2011ParamsWithContext added in v0.15.0

func NewAirAPIAirline2011ParamsWithContext(ctx context.Context) *AirAPIAirline2011Params

NewAirAPIAirline2011ParamsWithContext creates a new AirAPIAirline2011Params object with the ability to set a context for a request.

func NewAirAPIAirline2011ParamsWithHTTPClient added in v0.15.0

func NewAirAPIAirline2011ParamsWithHTTPClient(client *http.Client) *AirAPIAirline2011Params

NewAirAPIAirline2011ParamsWithHTTPClient creates a new AirAPIAirline2011Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIAirline2011ParamsWithTimeout added in v0.15.0

func NewAirAPIAirline2011ParamsWithTimeout(timeout time.Duration) *AirAPIAirline2011Params

NewAirAPIAirline2011ParamsWithTimeout creates a new AirAPIAirline2011Params object with the ability to set a timeout on a request.

func (*AirAPIAirline2011Params) SetContext added in v0.15.0

func (o *AirAPIAirline2011Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api airline 2011 params

func (*AirAPIAirline2011Params) SetDefaults added in v0.15.0

func (o *AirAPIAirline2011Params) SetDefaults()

SetDefaults hydrates default values in the air Api airline 2011 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirline2011Params) SetDollarFormat added in v0.15.0

func (o *AirAPIAirline2011Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api airline 2011 params

func (*AirAPIAirline2011Params) SetHTTPClient added in v0.15.0

func (o *AirAPIAirline2011Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api airline 2011 params

func (*AirAPIAirline2011Params) SetHealth added in v0.15.0

func (o *AirAPIAirline2011Params) SetHealth(health *string)

SetHealth adds the health to the air Api airline 2011 params

func (*AirAPIAirline2011Params) SetIATA added in v0.15.0

func (o *AirAPIAirline2011Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api airline 2011 params

func (*AirAPIAirline2011Params) SetTimeout added in v0.15.0

func (o *AirAPIAirline2011Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithContext added in v0.15.0

WithContext adds the context to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api airline 2011 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirline2011Params) WithDollarFormat added in v0.15.0

func (o *AirAPIAirline2011Params) WithDollarFormat(dollarFormat string) *AirAPIAirline2011Params

WithDollarFormat adds the dollarFormat to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithHTTPClient added in v0.15.0

func (o *AirAPIAirline2011Params) WithHTTPClient(client *http.Client) *AirAPIAirline2011Params

WithHTTPClient adds the HTTPClient to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithHealth added in v0.15.0

func (o *AirAPIAirline2011Params) WithHealth(health *string) *AirAPIAirline2011Params

WithHealth adds the health to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api airline 2011 params

func (*AirAPIAirline2011Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIAirline2011Reader added in v0.15.0

type AirAPIAirline2011Reader struct {
	// contains filtered or unexported fields
}

AirAPIAirline2011Reader is a Reader for the AirAPIAirline2011 structure.

func (*AirAPIAirline2011Reader) ReadResponse added in v0.15.0

func (o *AirAPIAirline2011Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIAirline2011Status299 added in v0.15.0

type AirAPIAirline2011Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIAirline2011Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIAirline2011Status299 added in v0.15.0

func NewAirAPIAirline2011Status299() *AirAPIAirline2011Status299

NewAirAPIAirline2011Status299 creates a AirAPIAirline2011Status299 with default headers values

func (*AirAPIAirline2011Status299) Error added in v0.15.0

func (*AirAPIAirline2011Status299) GetPayload added in v0.15.0

type AirAPIAirport20101OK added in v0.15.0

type AirAPIAirport20101OK struct {
	Payload *models.PTXServiceDTOAirSpecificationV2Airport
}
AirAPIAirport20101OK describes a response with status code 200, with default header values.

Success

func NewAirAPIAirport20101OK added in v0.15.0

func NewAirAPIAirport20101OK() *AirAPIAirport20101OK

NewAirAPIAirport20101OK creates a AirAPIAirport20101OK with default headers values

func (*AirAPIAirport20101OK) Error added in v0.15.0

func (o *AirAPIAirport20101OK) Error() string

func (*AirAPIAirport20101OK) GetPayload added in v0.15.0

type AirAPIAirport20101Params added in v0.15.0

type AirAPIAirport20101Params struct {

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* IATA.

	   機場代碼
	*/
	IATA string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIAirport20101Params contains all the parameters to send to the API endpoint

for the air Api airport 2010 1 operation.

Typically these are written to a http.Request.

func NewAirAPIAirport20101Params added in v0.15.0

func NewAirAPIAirport20101Params() *AirAPIAirport20101Params

NewAirAPIAirport20101Params creates a new AirAPIAirport20101Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIAirport20101ParamsWithContext added in v0.15.0

func NewAirAPIAirport20101ParamsWithContext(ctx context.Context) *AirAPIAirport20101Params

NewAirAPIAirport20101ParamsWithContext creates a new AirAPIAirport20101Params object with the ability to set a context for a request.

func NewAirAPIAirport20101ParamsWithHTTPClient added in v0.15.0

func NewAirAPIAirport20101ParamsWithHTTPClient(client *http.Client) *AirAPIAirport20101Params

NewAirAPIAirport20101ParamsWithHTTPClient creates a new AirAPIAirport20101Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIAirport20101ParamsWithTimeout added in v0.15.0

func NewAirAPIAirport20101ParamsWithTimeout(timeout time.Duration) *AirAPIAirport20101Params

NewAirAPIAirport20101ParamsWithTimeout creates a new AirAPIAirport20101Params object with the ability to set a timeout on a request.

func (*AirAPIAirport20101Params) SetContext added in v0.15.0

func (o *AirAPIAirport20101Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) SetDefaults added in v0.15.0

func (o *AirAPIAirport20101Params) SetDefaults()

SetDefaults hydrates default values in the air Api airport 2010 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirport20101Params) SetDollarFormat added in v0.15.0

func (o *AirAPIAirport20101Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) SetHTTPClient added in v0.15.0

func (o *AirAPIAirport20101Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) SetHealth added in v0.15.0

func (o *AirAPIAirport20101Params) SetHealth(health *string)

SetHealth adds the health to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) SetIATA added in v0.15.0

func (o *AirAPIAirport20101Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) SetTimeout added in v0.15.0

func (o *AirAPIAirport20101Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithContext added in v0.15.0

WithContext adds the context to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api airport 2010 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirport20101Params) WithDollarFormat added in v0.15.0

func (o *AirAPIAirport20101Params) WithDollarFormat(dollarFormat string) *AirAPIAirport20101Params

WithDollarFormat adds the dollarFormat to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithHTTPClient added in v0.15.0

func (o *AirAPIAirport20101Params) WithHTTPClient(client *http.Client) *AirAPIAirport20101Params

WithHTTPClient adds the HTTPClient to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api airport 2010 1 params

func (*AirAPIAirport20101Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIAirport20101Reader added in v0.15.0

type AirAPIAirport20101Reader struct {
	// contains filtered or unexported fields
}

AirAPIAirport20101Reader is a Reader for the AirAPIAirport20101 structure.

func (*AirAPIAirport20101Reader) ReadResponse added in v0.15.0

func (o *AirAPIAirport20101Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIAirport20101Status299 added in v0.15.0

type AirAPIAirport20101Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIAirport20101Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIAirport20101Status299 added in v0.15.0

func NewAirAPIAirport20101Status299() *AirAPIAirport20101Status299

NewAirAPIAirport20101Status299 creates a AirAPIAirport20101Status299 with default headers values

func (*AirAPIAirport20101Status299) Error added in v0.15.0

func (*AirAPIAirport20101Status299) GetPayload added in v0.15.0

type AirAPIAirport2010NotModified added in v0.15.0

type AirAPIAirport2010NotModified struct {
}
AirAPIAirport2010NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIAirport2010NotModified added in v0.15.0

func NewAirAPIAirport2010NotModified() *AirAPIAirport2010NotModified

NewAirAPIAirport2010NotModified creates a AirAPIAirport2010NotModified with default headers values

func (*AirAPIAirport2010NotModified) Error added in v0.15.0

type AirAPIAirport2010OK added in v0.15.0

type AirAPIAirport2010OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2Airport
}
AirAPIAirport2010OK describes a response with status code 200, with default header values.

Success

func NewAirAPIAirport2010OK added in v0.15.0

func NewAirAPIAirport2010OK() *AirAPIAirport2010OK

NewAirAPIAirport2010OK creates a AirAPIAirport2010OK with default headers values

func (*AirAPIAirport2010OK) Error added in v0.15.0

func (o *AirAPIAirport2010OK) Error() string

func (*AirAPIAirport2010OK) GetPayload added in v0.15.0

type AirAPIAirport2010Params added in v0.15.0

type AirAPIAirport2010Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIAirport2010Params contains all the parameters to send to the API endpoint

for the air Api airport 2010 operation.

Typically these are written to a http.Request.

func NewAirAPIAirport2010Params added in v0.15.0

func NewAirAPIAirport2010Params() *AirAPIAirport2010Params

NewAirAPIAirport2010Params creates a new AirAPIAirport2010Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIAirport2010ParamsWithContext added in v0.15.0

func NewAirAPIAirport2010ParamsWithContext(ctx context.Context) *AirAPIAirport2010Params

NewAirAPIAirport2010ParamsWithContext creates a new AirAPIAirport2010Params object with the ability to set a context for a request.

func NewAirAPIAirport2010ParamsWithHTTPClient added in v0.15.0

func NewAirAPIAirport2010ParamsWithHTTPClient(client *http.Client) *AirAPIAirport2010Params

NewAirAPIAirport2010ParamsWithHTTPClient creates a new AirAPIAirport2010Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIAirport2010ParamsWithTimeout added in v0.15.0

func NewAirAPIAirport2010ParamsWithTimeout(timeout time.Duration) *AirAPIAirport2010Params

NewAirAPIAirport2010ParamsWithTimeout creates a new AirAPIAirport2010Params object with the ability to set a timeout on a request.

func (*AirAPIAirport2010Params) SetContext added in v0.15.0

func (o *AirAPIAirport2010Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDefaults added in v0.15.0

func (o *AirAPIAirport2010Params) SetDefaults()

SetDefaults hydrates default values in the air Api airport 2010 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirport2010Params) SetDollarFilter added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDollarFormat added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDollarSelect added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDollarSkip added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetDollarTop added in v0.15.0

func (o *AirAPIAirport2010Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetHTTPClient added in v0.15.0

func (o *AirAPIAirport2010Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetHealth added in v0.15.0

func (o *AirAPIAirport2010Params) SetHealth(health *string)

SetHealth adds the health to the air Api airport 2010 params

func (*AirAPIAirport2010Params) SetTimeout added in v0.15.0

func (o *AirAPIAirport2010Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithContext added in v0.15.0

WithContext adds the context to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api airport 2010 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIAirport2010Params) WithDollarFilter added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarFilter(dollarFilter *string) *AirAPIAirport2010Params

WithDollarFilter adds the dollarFilter to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDollarFormat added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarFormat(dollarFormat string) *AirAPIAirport2010Params

WithDollarFormat adds the dollarFormat to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarOrderby(dollarOrderby *string) *AirAPIAirport2010Params

WithDollarOrderby adds the dollarOrderby to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDollarSelect added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarSelect(dollarSelect *string) *AirAPIAirport2010Params

WithDollarSelect adds the dollarSelect to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDollarSkip added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarSkip(dollarSkip *string) *AirAPIAirport2010Params

WithDollarSkip adds the dollarSkip to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithDollarTop added in v0.15.0

func (o *AirAPIAirport2010Params) WithDollarTop(dollarTop *int64) *AirAPIAirport2010Params

WithDollarTop adds the dollarTop to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithHTTPClient added in v0.15.0

func (o *AirAPIAirport2010Params) WithHTTPClient(client *http.Client) *AirAPIAirport2010Params

WithHTTPClient adds the HTTPClient to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithHealth added in v0.15.0

func (o *AirAPIAirport2010Params) WithHealth(health *string) *AirAPIAirport2010Params

WithHealth adds the health to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api airport 2010 params

func (*AirAPIAirport2010Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIAirport2010Reader added in v0.15.0

type AirAPIAirport2010Reader struct {
	// contains filtered or unexported fields
}

AirAPIAirport2010Reader is a Reader for the AirAPIAirport2010 structure.

func (*AirAPIAirport2010Reader) ReadResponse added in v0.15.0

func (o *AirAPIAirport2010Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIAirport2010Status299 added in v0.15.0

type AirAPIAirport2010Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIAirport2010Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIAirport2010Status299 added in v0.15.0

func NewAirAPIAirport2010Status299() *AirAPIAirport2010Status299

NewAirAPIAirport2010Status299 creates a AirAPIAirport2010Status299 with default headers values

func (*AirAPIAirport2010Status299) Error added in v0.15.0

func (*AirAPIAirport2010Status299) GetPayload added in v0.15.0

type AirAPIArrival20131NotModified added in v0.15.0

type AirAPIArrival20131NotModified struct {
}
AirAPIArrival20131NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIArrival20131NotModified added in v0.15.0

func NewAirAPIArrival20131NotModified() *AirAPIArrival20131NotModified

NewAirAPIArrival20131NotModified creates a AirAPIArrival20131NotModified with default headers values

func (*AirAPIArrival20131NotModified) Error added in v0.15.0

type AirAPIArrival20131OK added in v0.15.0

type AirAPIArrival20131OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDSArrival
}
AirAPIArrival20131OK describes a response with status code 200, with default header values.

Success

func NewAirAPIArrival20131OK added in v0.15.0

func NewAirAPIArrival20131OK() *AirAPIArrival20131OK

NewAirAPIArrival20131OK creates a AirAPIArrival20131OK with default headers values

func (*AirAPIArrival20131OK) Error added in v0.15.0

func (o *AirAPIArrival20131OK) Error() string

func (*AirAPIArrival20131OK) GetPayload added in v0.15.0

type AirAPIArrival20131Params added in v0.15.0

type AirAPIArrival20131Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IATA.

	   機場代碼
	*/
	IATA string

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIArrival20131Params contains all the parameters to send to the API endpoint

for the air Api arrival 2013 1 operation.

Typically these are written to a http.Request.

func NewAirAPIArrival20131Params added in v0.15.0

func NewAirAPIArrival20131Params() *AirAPIArrival20131Params

NewAirAPIArrival20131Params creates a new AirAPIArrival20131Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIArrival20131ParamsWithContext added in v0.15.0

func NewAirAPIArrival20131ParamsWithContext(ctx context.Context) *AirAPIArrival20131Params

NewAirAPIArrival20131ParamsWithContext creates a new AirAPIArrival20131Params object with the ability to set a context for a request.

func NewAirAPIArrival20131ParamsWithHTTPClient added in v0.15.0

func NewAirAPIArrival20131ParamsWithHTTPClient(client *http.Client) *AirAPIArrival20131Params

NewAirAPIArrival20131ParamsWithHTTPClient creates a new AirAPIArrival20131Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIArrival20131ParamsWithTimeout added in v0.15.0

func NewAirAPIArrival20131ParamsWithTimeout(timeout time.Duration) *AirAPIArrival20131Params

NewAirAPIArrival20131ParamsWithTimeout creates a new AirAPIArrival20131Params object with the ability to set a timeout on a request.

func (*AirAPIArrival20131Params) SetContext added in v0.15.0

func (o *AirAPIArrival20131Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDefaults added in v0.15.0

func (o *AirAPIArrival20131Params) SetDefaults()

SetDefaults hydrates default values in the air Api arrival 2013 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIArrival20131Params) SetDollarFilter added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDollarFormat added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDollarSelect added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDollarSkip added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetDollarTop added in v0.15.0

func (o *AirAPIArrival20131Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetHTTPClient added in v0.15.0

func (o *AirAPIArrival20131Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetHealth added in v0.15.0

func (o *AirAPIArrival20131Params) SetHealth(health *string)

SetHealth adds the health to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetIATA added in v0.15.0

func (o *AirAPIArrival20131Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetIsCargo added in v0.15.0

func (o *AirAPIArrival20131Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) SetTimeout added in v0.15.0

func (o *AirAPIArrival20131Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithContext added in v0.15.0

WithContext adds the context to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api arrival 2013 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIArrival20131Params) WithDollarFilter added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarFilter(dollarFilter *string) *AirAPIArrival20131Params

WithDollarFilter adds the dollarFilter to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDollarFormat added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarFormat(dollarFormat string) *AirAPIArrival20131Params

WithDollarFormat adds the dollarFormat to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarOrderby(dollarOrderby *string) *AirAPIArrival20131Params

WithDollarOrderby adds the dollarOrderby to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDollarSelect added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarSelect(dollarSelect *string) *AirAPIArrival20131Params

WithDollarSelect adds the dollarSelect to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDollarSkip added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarSkip(dollarSkip *string) *AirAPIArrival20131Params

WithDollarSkip adds the dollarSkip to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithDollarTop added in v0.15.0

func (o *AirAPIArrival20131Params) WithDollarTop(dollarTop *int64) *AirAPIArrival20131Params

WithDollarTop adds the dollarTop to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithHTTPClient added in v0.15.0

func (o *AirAPIArrival20131Params) WithHTTPClient(client *http.Client) *AirAPIArrival20131Params

WithHTTPClient adds the HTTPClient to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithIsCargo added in v0.15.0

func (o *AirAPIArrival20131Params) WithIsCargo(isCargo *bool) *AirAPIArrival20131Params

WithIsCargo adds the isCargo to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api arrival 2013 1 params

func (*AirAPIArrival20131Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIArrival20131Reader added in v0.15.0

type AirAPIArrival20131Reader struct {
	// contains filtered or unexported fields
}

AirAPIArrival20131Reader is a Reader for the AirAPIArrival20131 structure.

func (*AirAPIArrival20131Reader) ReadResponse added in v0.15.0

func (o *AirAPIArrival20131Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIArrival20131Status299 added in v0.15.0

type AirAPIArrival20131Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIArrival20131Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIArrival20131Status299 added in v0.15.0

func NewAirAPIArrival20131Status299() *AirAPIArrival20131Status299

NewAirAPIArrival20131Status299 creates a AirAPIArrival20131Status299 with default headers values

func (*AirAPIArrival20131Status299) Error added in v0.15.0

func (*AirAPIArrival20131Status299) GetPayload added in v0.15.0

type AirAPIArrival2013NotModified added in v0.15.0

type AirAPIArrival2013NotModified struct {
}
AirAPIArrival2013NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIArrival2013NotModified added in v0.15.0

func NewAirAPIArrival2013NotModified() *AirAPIArrival2013NotModified

NewAirAPIArrival2013NotModified creates a AirAPIArrival2013NotModified with default headers values

func (*AirAPIArrival2013NotModified) Error added in v0.15.0

type AirAPIArrival2013OK added in v0.15.0

type AirAPIArrival2013OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDSArrival
}
AirAPIArrival2013OK describes a response with status code 200, with default header values.

Success

func NewAirAPIArrival2013OK added in v0.15.0

func NewAirAPIArrival2013OK() *AirAPIArrival2013OK

NewAirAPIArrival2013OK creates a AirAPIArrival2013OK with default headers values

func (*AirAPIArrival2013OK) Error added in v0.15.0

func (o *AirAPIArrival2013OK) Error() string

func (*AirAPIArrival2013OK) GetPayload added in v0.15.0

type AirAPIArrival2013Params added in v0.15.0

type AirAPIArrival2013Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIArrival2013Params contains all the parameters to send to the API endpoint

for the air Api arrival 2013 operation.

Typically these are written to a http.Request.

func NewAirAPIArrival2013Params added in v0.15.0

func NewAirAPIArrival2013Params() *AirAPIArrival2013Params

NewAirAPIArrival2013Params creates a new AirAPIArrival2013Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIArrival2013ParamsWithContext added in v0.15.0

func NewAirAPIArrival2013ParamsWithContext(ctx context.Context) *AirAPIArrival2013Params

NewAirAPIArrival2013ParamsWithContext creates a new AirAPIArrival2013Params object with the ability to set a context for a request.

func NewAirAPIArrival2013ParamsWithHTTPClient added in v0.15.0

func NewAirAPIArrival2013ParamsWithHTTPClient(client *http.Client) *AirAPIArrival2013Params

NewAirAPIArrival2013ParamsWithHTTPClient creates a new AirAPIArrival2013Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIArrival2013ParamsWithTimeout added in v0.15.0

func NewAirAPIArrival2013ParamsWithTimeout(timeout time.Duration) *AirAPIArrival2013Params

NewAirAPIArrival2013ParamsWithTimeout creates a new AirAPIArrival2013Params object with the ability to set a timeout on a request.

func (*AirAPIArrival2013Params) SetContext added in v0.15.0

func (o *AirAPIArrival2013Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDefaults added in v0.15.0

func (o *AirAPIArrival2013Params) SetDefaults()

SetDefaults hydrates default values in the air Api arrival 2013 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIArrival2013Params) SetDollarFilter added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDollarFormat added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDollarSelect added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDollarSkip added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetDollarTop added in v0.15.0

func (o *AirAPIArrival2013Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetHTTPClient added in v0.15.0

func (o *AirAPIArrival2013Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetHealth added in v0.15.0

func (o *AirAPIArrival2013Params) SetHealth(health *string)

SetHealth adds the health to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetIsCargo added in v0.15.0

func (o *AirAPIArrival2013Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) SetTimeout added in v0.15.0

func (o *AirAPIArrival2013Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithContext added in v0.15.0

WithContext adds the context to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api arrival 2013 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIArrival2013Params) WithDollarFilter added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarFilter(dollarFilter *string) *AirAPIArrival2013Params

WithDollarFilter adds the dollarFilter to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDollarFormat added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarFormat(dollarFormat string) *AirAPIArrival2013Params

WithDollarFormat adds the dollarFormat to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarOrderby(dollarOrderby *string) *AirAPIArrival2013Params

WithDollarOrderby adds the dollarOrderby to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDollarSelect added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarSelect(dollarSelect *string) *AirAPIArrival2013Params

WithDollarSelect adds the dollarSelect to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDollarSkip added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarSkip(dollarSkip *string) *AirAPIArrival2013Params

WithDollarSkip adds the dollarSkip to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithDollarTop added in v0.15.0

func (o *AirAPIArrival2013Params) WithDollarTop(dollarTop *int64) *AirAPIArrival2013Params

WithDollarTop adds the dollarTop to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithHTTPClient added in v0.15.0

func (o *AirAPIArrival2013Params) WithHTTPClient(client *http.Client) *AirAPIArrival2013Params

WithHTTPClient adds the HTTPClient to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithHealth added in v0.15.0

func (o *AirAPIArrival2013Params) WithHealth(health *string) *AirAPIArrival2013Params

WithHealth adds the health to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithIsCargo added in v0.15.0

func (o *AirAPIArrival2013Params) WithIsCargo(isCargo *bool) *AirAPIArrival2013Params

WithIsCargo adds the isCargo to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api arrival 2013 params

func (*AirAPIArrival2013Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIArrival2013Reader added in v0.15.0

type AirAPIArrival2013Reader struct {
	// contains filtered or unexported fields
}

AirAPIArrival2013Reader is a Reader for the AirAPIArrival2013 structure.

func (*AirAPIArrival2013Reader) ReadResponse added in v0.15.0

func (o *AirAPIArrival2013Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIArrival2013Status299 added in v0.15.0

type AirAPIArrival2013Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIArrival2013Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIArrival2013Status299 added in v0.15.0

func NewAirAPIArrival2013Status299() *AirAPIArrival2013Status299

NewAirAPIArrival2013Status299 creates a AirAPIArrival2013Status299 with default headers values

func (*AirAPIArrival2013Status299) Error added in v0.15.0

func (*AirAPIArrival2013Status299) GetPayload added in v0.15.0

type AirAPIDeparture20121NotModified added in v0.15.0

type AirAPIDeparture20121NotModified struct {
}
AirAPIDeparture20121NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIDeparture20121NotModified added in v0.15.0

func NewAirAPIDeparture20121NotModified() *AirAPIDeparture20121NotModified

NewAirAPIDeparture20121NotModified creates a AirAPIDeparture20121NotModified with default headers values

func (*AirAPIDeparture20121NotModified) Error added in v0.15.0

type AirAPIDeparture20121OK added in v0.15.0

type AirAPIDeparture20121OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDSDeparture
}
AirAPIDeparture20121OK describes a response with status code 200, with default header values.

Success

func NewAirAPIDeparture20121OK added in v0.15.0

func NewAirAPIDeparture20121OK() *AirAPIDeparture20121OK

NewAirAPIDeparture20121OK creates a AirAPIDeparture20121OK with default headers values

func (*AirAPIDeparture20121OK) Error added in v0.15.0

func (o *AirAPIDeparture20121OK) Error() string

func (*AirAPIDeparture20121OK) GetPayload added in v0.15.0

type AirAPIDeparture20121Params added in v0.15.0

type AirAPIDeparture20121Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IATA.

	   機場代碼
	*/
	IATA string

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIDeparture20121Params contains all the parameters to send to the API endpoint

for the air Api departure 2012 1 operation.

Typically these are written to a http.Request.

func NewAirAPIDeparture20121Params added in v0.15.0

func NewAirAPIDeparture20121Params() *AirAPIDeparture20121Params

NewAirAPIDeparture20121Params creates a new AirAPIDeparture20121Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIDeparture20121ParamsWithContext added in v0.15.0

func NewAirAPIDeparture20121ParamsWithContext(ctx context.Context) *AirAPIDeparture20121Params

NewAirAPIDeparture20121ParamsWithContext creates a new AirAPIDeparture20121Params object with the ability to set a context for a request.

func NewAirAPIDeparture20121ParamsWithHTTPClient added in v0.15.0

func NewAirAPIDeparture20121ParamsWithHTTPClient(client *http.Client) *AirAPIDeparture20121Params

NewAirAPIDeparture20121ParamsWithHTTPClient creates a new AirAPIDeparture20121Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIDeparture20121ParamsWithTimeout added in v0.15.0

func NewAirAPIDeparture20121ParamsWithTimeout(timeout time.Duration) *AirAPIDeparture20121Params

NewAirAPIDeparture20121ParamsWithTimeout creates a new AirAPIDeparture20121Params object with the ability to set a timeout on a request.

func (*AirAPIDeparture20121Params) SetContext added in v0.15.0

func (o *AirAPIDeparture20121Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDefaults added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDefaults()

SetDefaults hydrates default values in the air Api departure 2012 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDeparture20121Params) SetDollarFilter added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDollarFormat added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDollarSelect added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDollarSkip added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetDollarTop added in v0.15.0

func (o *AirAPIDeparture20121Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetHTTPClient added in v0.15.0

func (o *AirAPIDeparture20121Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetHealth added in v0.15.0

func (o *AirAPIDeparture20121Params) SetHealth(health *string)

SetHealth adds the health to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetIATA added in v0.15.0

func (o *AirAPIDeparture20121Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetIsCargo added in v0.15.0

func (o *AirAPIDeparture20121Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) SetTimeout added in v0.15.0

func (o *AirAPIDeparture20121Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithContext added in v0.15.0

WithContext adds the context to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api departure 2012 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDeparture20121Params) WithDollarFilter added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarFilter(dollarFilter *string) *AirAPIDeparture20121Params

WithDollarFilter adds the dollarFilter to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDollarFormat added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarFormat(dollarFormat string) *AirAPIDeparture20121Params

WithDollarFormat adds the dollarFormat to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarOrderby(dollarOrderby *string) *AirAPIDeparture20121Params

WithDollarOrderby adds the dollarOrderby to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDollarSelect added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarSelect(dollarSelect *string) *AirAPIDeparture20121Params

WithDollarSelect adds the dollarSelect to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDollarSkip added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarSkip(dollarSkip *string) *AirAPIDeparture20121Params

WithDollarSkip adds the dollarSkip to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithDollarTop added in v0.15.0

func (o *AirAPIDeparture20121Params) WithDollarTop(dollarTop *int64) *AirAPIDeparture20121Params

WithDollarTop adds the dollarTop to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithIsCargo added in v0.15.0

WithIsCargo adds the isCargo to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api departure 2012 1 params

func (*AirAPIDeparture20121Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIDeparture20121Reader added in v0.15.0

type AirAPIDeparture20121Reader struct {
	// contains filtered or unexported fields
}

AirAPIDeparture20121Reader is a Reader for the AirAPIDeparture20121 structure.

func (*AirAPIDeparture20121Reader) ReadResponse added in v0.15.0

func (o *AirAPIDeparture20121Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIDeparture20121Status299 added in v0.15.0

type AirAPIDeparture20121Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIDeparture20121Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIDeparture20121Status299 added in v0.15.0

func NewAirAPIDeparture20121Status299() *AirAPIDeparture20121Status299

NewAirAPIDeparture20121Status299 creates a AirAPIDeparture20121Status299 with default headers values

func (*AirAPIDeparture20121Status299) Error added in v0.15.0

func (*AirAPIDeparture20121Status299) GetPayload added in v0.15.0

type AirAPIDeparture2012NotModified added in v0.15.0

type AirAPIDeparture2012NotModified struct {
}
AirAPIDeparture2012NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIDeparture2012NotModified added in v0.15.0

func NewAirAPIDeparture2012NotModified() *AirAPIDeparture2012NotModified

NewAirAPIDeparture2012NotModified creates a AirAPIDeparture2012NotModified with default headers values

func (*AirAPIDeparture2012NotModified) Error added in v0.15.0

type AirAPIDeparture2012OK added in v0.15.0

type AirAPIDeparture2012OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDSDeparture
}
AirAPIDeparture2012OK describes a response with status code 200, with default header values.

Success

func NewAirAPIDeparture2012OK added in v0.15.0

func NewAirAPIDeparture2012OK() *AirAPIDeparture2012OK

NewAirAPIDeparture2012OK creates a AirAPIDeparture2012OK with default headers values

func (*AirAPIDeparture2012OK) Error added in v0.15.0

func (o *AirAPIDeparture2012OK) Error() string

func (*AirAPIDeparture2012OK) GetPayload added in v0.15.0

type AirAPIDeparture2012Params added in v0.15.0

type AirAPIDeparture2012Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIDeparture2012Params contains all the parameters to send to the API endpoint

for the air Api departure 2012 operation.

Typically these are written to a http.Request.

func NewAirAPIDeparture2012Params added in v0.15.0

func NewAirAPIDeparture2012Params() *AirAPIDeparture2012Params

NewAirAPIDeparture2012Params creates a new AirAPIDeparture2012Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIDeparture2012ParamsWithContext added in v0.15.0

func NewAirAPIDeparture2012ParamsWithContext(ctx context.Context) *AirAPIDeparture2012Params

NewAirAPIDeparture2012ParamsWithContext creates a new AirAPIDeparture2012Params object with the ability to set a context for a request.

func NewAirAPIDeparture2012ParamsWithHTTPClient added in v0.15.0

func NewAirAPIDeparture2012ParamsWithHTTPClient(client *http.Client) *AirAPIDeparture2012Params

NewAirAPIDeparture2012ParamsWithHTTPClient creates a new AirAPIDeparture2012Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIDeparture2012ParamsWithTimeout added in v0.15.0

func NewAirAPIDeparture2012ParamsWithTimeout(timeout time.Duration) *AirAPIDeparture2012Params

NewAirAPIDeparture2012ParamsWithTimeout creates a new AirAPIDeparture2012Params object with the ability to set a timeout on a request.

func (*AirAPIDeparture2012Params) SetContext added in v0.15.0

func (o *AirAPIDeparture2012Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDefaults added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDefaults()

SetDefaults hydrates default values in the air Api departure 2012 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDeparture2012Params) SetDollarFilter added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDollarFormat added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDollarSelect added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDollarSkip added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetDollarTop added in v0.15.0

func (o *AirAPIDeparture2012Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetHTTPClient added in v0.15.0

func (o *AirAPIDeparture2012Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetHealth added in v0.15.0

func (o *AirAPIDeparture2012Params) SetHealth(health *string)

SetHealth adds the health to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetIsCargo added in v0.15.0

func (o *AirAPIDeparture2012Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) SetTimeout added in v0.15.0

func (o *AirAPIDeparture2012Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithContext added in v0.15.0

WithContext adds the context to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api departure 2012 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDeparture2012Params) WithDollarFilter added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarFilter(dollarFilter *string) *AirAPIDeparture2012Params

WithDollarFilter adds the dollarFilter to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDollarFormat added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarFormat(dollarFormat string) *AirAPIDeparture2012Params

WithDollarFormat adds the dollarFormat to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarOrderby(dollarOrderby *string) *AirAPIDeparture2012Params

WithDollarOrderby adds the dollarOrderby to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDollarSelect added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarSelect(dollarSelect *string) *AirAPIDeparture2012Params

WithDollarSelect adds the dollarSelect to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDollarSkip added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarSkip(dollarSkip *string) *AirAPIDeparture2012Params

WithDollarSkip adds the dollarSkip to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithDollarTop added in v0.15.0

func (o *AirAPIDeparture2012Params) WithDollarTop(dollarTop *int64) *AirAPIDeparture2012Params

WithDollarTop adds the dollarTop to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithHTTPClient added in v0.15.0

func (o *AirAPIDeparture2012Params) WithHTTPClient(client *http.Client) *AirAPIDeparture2012Params

WithHTTPClient adds the HTTPClient to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithIsCargo added in v0.15.0

func (o *AirAPIDeparture2012Params) WithIsCargo(isCargo *bool) *AirAPIDeparture2012Params

WithIsCargo adds the isCargo to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api departure 2012 params

func (*AirAPIDeparture2012Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIDeparture2012Reader added in v0.15.0

type AirAPIDeparture2012Reader struct {
	// contains filtered or unexported fields
}

AirAPIDeparture2012Reader is a Reader for the AirAPIDeparture2012 structure.

func (*AirAPIDeparture2012Reader) ReadResponse added in v0.15.0

func (o *AirAPIDeparture2012Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIDeparture2012Status299 added in v0.15.0

type AirAPIDeparture2012Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIDeparture2012Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIDeparture2012Status299 added in v0.15.0

func NewAirAPIDeparture2012Status299() *AirAPIDeparture2012Status299

NewAirAPIDeparture2012Status299 creates a AirAPIDeparture2012Status299 with default headers values

func (*AirAPIDeparture2012Status299) Error added in v0.15.0

func (*AirAPIDeparture2012Status299) GetPayload added in v0.15.0

type AirAPIDomestic2017NotModified added in v0.15.0

type AirAPIDomestic2017NotModified struct {
}
AirAPIDomestic2017NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIDomestic2017NotModified added in v0.15.0

func NewAirAPIDomestic2017NotModified() *AirAPIDomestic2017NotModified

NewAirAPIDomestic2017NotModified creates a AirAPIDomestic2017NotModified with default headers values

func (*AirAPIDomestic2017NotModified) Error added in v0.15.0

type AirAPIDomestic2017OK added in v0.15.0

type AirAPIDomestic2017OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2GeneralFlightSchedule
}
AirAPIDomestic2017OK describes a response with status code 200, with default header values.

Success

func NewAirAPIDomestic2017OK added in v0.15.0

func NewAirAPIDomestic2017OK() *AirAPIDomestic2017OK

NewAirAPIDomestic2017OK creates a AirAPIDomestic2017OK with default headers values

func (*AirAPIDomestic2017OK) Error added in v0.15.0

func (o *AirAPIDomestic2017OK) Error() string

func (*AirAPIDomestic2017OK) GetPayload added in v0.15.0

type AirAPIDomestic2017Params added in v0.15.0

type AirAPIDomestic2017Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIDomestic2017Params contains all the parameters to send to the API endpoint

for the air Api domestic 2017 operation.

Typically these are written to a http.Request.

func NewAirAPIDomestic2017Params added in v0.15.0

func NewAirAPIDomestic2017Params() *AirAPIDomestic2017Params

NewAirAPIDomestic2017Params creates a new AirAPIDomestic2017Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIDomestic2017ParamsWithContext added in v0.15.0

func NewAirAPIDomestic2017ParamsWithContext(ctx context.Context) *AirAPIDomestic2017Params

NewAirAPIDomestic2017ParamsWithContext creates a new AirAPIDomestic2017Params object with the ability to set a context for a request.

func NewAirAPIDomestic2017ParamsWithHTTPClient added in v0.15.0

func NewAirAPIDomestic2017ParamsWithHTTPClient(client *http.Client) *AirAPIDomestic2017Params

NewAirAPIDomestic2017ParamsWithHTTPClient creates a new AirAPIDomestic2017Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIDomestic2017ParamsWithTimeout added in v0.15.0

func NewAirAPIDomestic2017ParamsWithTimeout(timeout time.Duration) *AirAPIDomestic2017Params

NewAirAPIDomestic2017ParamsWithTimeout creates a new AirAPIDomestic2017Params object with the ability to set a timeout on a request.

func (*AirAPIDomestic2017Params) SetContext added in v0.15.0

func (o *AirAPIDomestic2017Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDefaults added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDefaults()

SetDefaults hydrates default values in the air Api domestic 2017 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDomestic2017Params) SetDollarFilter added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDollarFormat added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDollarSelect added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDollarSkip added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetDollarTop added in v0.15.0

func (o *AirAPIDomestic2017Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetHTTPClient added in v0.15.0

func (o *AirAPIDomestic2017Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetHealth added in v0.15.0

func (o *AirAPIDomestic2017Params) SetHealth(health *string)

SetHealth adds the health to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) SetTimeout added in v0.15.0

func (o *AirAPIDomestic2017Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithContext added in v0.15.0

WithContext adds the context to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api domestic 2017 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIDomestic2017Params) WithDollarFilter added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarFilter(dollarFilter *string) *AirAPIDomestic2017Params

WithDollarFilter adds the dollarFilter to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDollarFormat added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarFormat(dollarFormat string) *AirAPIDomestic2017Params

WithDollarFormat adds the dollarFormat to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarOrderby(dollarOrderby *string) *AirAPIDomestic2017Params

WithDollarOrderby adds the dollarOrderby to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDollarSelect added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarSelect(dollarSelect *string) *AirAPIDomestic2017Params

WithDollarSelect adds the dollarSelect to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDollarSkip added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarSkip(dollarSkip *string) *AirAPIDomestic2017Params

WithDollarSkip adds the dollarSkip to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithDollarTop added in v0.15.0

func (o *AirAPIDomestic2017Params) WithDollarTop(dollarTop *int64) *AirAPIDomestic2017Params

WithDollarTop adds the dollarTop to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithHTTPClient added in v0.15.0

func (o *AirAPIDomestic2017Params) WithHTTPClient(client *http.Client) *AirAPIDomestic2017Params

WithHTTPClient adds the HTTPClient to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api domestic 2017 params

func (*AirAPIDomestic2017Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIDomestic2017Reader added in v0.15.0

type AirAPIDomestic2017Reader struct {
	// contains filtered or unexported fields
}

AirAPIDomestic2017Reader is a Reader for the AirAPIDomestic2017 structure.

func (*AirAPIDomestic2017Reader) ReadResponse added in v0.15.0

func (o *AirAPIDomestic2017Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIDomestic2017Status299 added in v0.15.0

type AirAPIDomestic2017Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIDomestic2017Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIDomestic2017Status299 added in v0.15.0

func NewAirAPIDomestic2017Status299() *AirAPIDomestic2017Status299

NewAirAPIDomestic2017Status299 creates a AirAPIDomestic2017Status299 with default headers values

func (*AirAPIDomestic2017Status299) Error added in v0.15.0

func (*AirAPIDomestic2017Status299) GetPayload added in v0.15.0

type AirAPIFIDS20151NotModified added in v0.15.0

type AirAPIFIDS20151NotModified struct {
}
AirAPIFIDS20151NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIFIDS20151NotModified added in v0.15.0

func NewAirAPIFIDS20151NotModified() *AirAPIFIDS20151NotModified

NewAirAPIFIDS20151NotModified creates a AirAPIFIDS20151NotModified with default headers values

func (*AirAPIFIDS20151NotModified) Error added in v0.15.0

type AirAPIFIDS20151OK added in v0.15.0

type AirAPIFIDS20151OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2AirportFIDS
}
AirAPIFIDS20151OK describes a response with status code 200, with default header values.

Success

func NewAirAPIFIDS20151OK added in v0.15.0

func NewAirAPIFIDS20151OK() *AirAPIFIDS20151OK

NewAirAPIFIDS20151OK creates a AirAPIFIDS20151OK with default headers values

func (*AirAPIFIDS20151OK) Error added in v0.15.0

func (o *AirAPIFIDS20151OK) Error() string

func (*AirAPIFIDS20151OK) GetPayload added in v0.15.0

type AirAPIFIDS20151Params added in v0.15.0

type AirAPIFIDS20151Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IATA.

	   機場代碼
	*/
	IATA string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIFIDS20151Params contains all the parameters to send to the API endpoint

for the air Api f ID s 2015 1 operation.

Typically these are written to a http.Request.

func NewAirAPIFIDS20151Params added in v0.15.0

func NewAirAPIFIDS20151Params() *AirAPIFIDS20151Params

NewAirAPIFIDS20151Params creates a new AirAPIFIDS20151Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIFIDS20151ParamsWithContext added in v0.15.0

func NewAirAPIFIDS20151ParamsWithContext(ctx context.Context) *AirAPIFIDS20151Params

NewAirAPIFIDS20151ParamsWithContext creates a new AirAPIFIDS20151Params object with the ability to set a context for a request.

func NewAirAPIFIDS20151ParamsWithHTTPClient added in v0.15.0

func NewAirAPIFIDS20151ParamsWithHTTPClient(client *http.Client) *AirAPIFIDS20151Params

NewAirAPIFIDS20151ParamsWithHTTPClient creates a new AirAPIFIDS20151Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIFIDS20151ParamsWithTimeout added in v0.15.0

func NewAirAPIFIDS20151ParamsWithTimeout(timeout time.Duration) *AirAPIFIDS20151Params

NewAirAPIFIDS20151ParamsWithTimeout creates a new AirAPIFIDS20151Params object with the ability to set a timeout on a request.

func (*AirAPIFIDS20151Params) SetContext added in v0.15.0

func (o *AirAPIFIDS20151Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDefaults added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDefaults()

SetDefaults hydrates default values in the air Api f ID s 2015 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFIDS20151Params) SetDollarFilter added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDollarFormat added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDollarSelect added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDollarSkip added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetDollarTop added in v0.15.0

func (o *AirAPIFIDS20151Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetHTTPClient added in v0.15.0

func (o *AirAPIFIDS20151Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetHealth added in v0.15.0

func (o *AirAPIFIDS20151Params) SetHealth(health *string)

SetHealth adds the health to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetIATA added in v0.15.0

func (o *AirAPIFIDS20151Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) SetTimeout added in v0.15.0

func (o *AirAPIFIDS20151Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithContext added in v0.15.0

WithContext adds the context to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDefaults added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDefaults() *AirAPIFIDS20151Params

WithDefaults hydrates default values in the air Api f ID s 2015 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFIDS20151Params) WithDollarFilter added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarFilter(dollarFilter *string) *AirAPIFIDS20151Params

WithDollarFilter adds the dollarFilter to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDollarFormat added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarFormat(dollarFormat string) *AirAPIFIDS20151Params

WithDollarFormat adds the dollarFormat to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarOrderby(dollarOrderby *string) *AirAPIFIDS20151Params

WithDollarOrderby adds the dollarOrderby to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDollarSelect added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarSelect(dollarSelect *string) *AirAPIFIDS20151Params

WithDollarSelect adds the dollarSelect to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDollarSkip added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarSkip(dollarSkip *string) *AirAPIFIDS20151Params

WithDollarSkip adds the dollarSkip to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithDollarTop added in v0.15.0

func (o *AirAPIFIDS20151Params) WithDollarTop(dollarTop *int64) *AirAPIFIDS20151Params

WithDollarTop adds the dollarTop to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithHTTPClient added in v0.15.0

func (o *AirAPIFIDS20151Params) WithHTTPClient(client *http.Client) *AirAPIFIDS20151Params

WithHTTPClient adds the HTTPClient to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithHealth added in v0.15.0

func (o *AirAPIFIDS20151Params) WithHealth(health *string) *AirAPIFIDS20151Params

WithHealth adds the health to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WithTimeout added in v0.15.0

func (o *AirAPIFIDS20151Params) WithTimeout(timeout time.Duration) *AirAPIFIDS20151Params

WithTimeout adds the timeout to the air Api f ID s 2015 1 params

func (*AirAPIFIDS20151Params) WriteToRequest added in v0.15.0

func (o *AirAPIFIDS20151Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AirAPIFIDS20151Reader added in v0.15.0

type AirAPIFIDS20151Reader struct {
	// contains filtered or unexported fields
}

AirAPIFIDS20151Reader is a Reader for the AirAPIFIDS20151 structure.

func (*AirAPIFIDS20151Reader) ReadResponse added in v0.15.0

func (o *AirAPIFIDS20151Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIFIDS20151Status299 added in v0.15.0

type AirAPIFIDS20151Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIFIDS20151Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIFIDS20151Status299 added in v0.15.0

func NewAirAPIFIDS20151Status299() *AirAPIFIDS20151Status299

NewAirAPIFIDS20151Status299 creates a AirAPIFIDS20151Status299 with default headers values

func (*AirAPIFIDS20151Status299) Error added in v0.15.0

func (o *AirAPIFIDS20151Status299) Error() string

func (*AirAPIFIDS20151Status299) GetPayload added in v0.15.0

type AirAPIFIDS2015NotModified added in v0.15.0

type AirAPIFIDS2015NotModified struct {
}
AirAPIFIDS2015NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIFIDS2015NotModified added in v0.15.0

func NewAirAPIFIDS2015NotModified() *AirAPIFIDS2015NotModified

NewAirAPIFIDS2015NotModified creates a AirAPIFIDS2015NotModified with default headers values

func (*AirAPIFIDS2015NotModified) Error added in v0.15.0

func (o *AirAPIFIDS2015NotModified) Error() string

type AirAPIFIDS2015OK added in v0.15.0

type AirAPIFIDS2015OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2AirportFIDS
}
AirAPIFIDS2015OK describes a response with status code 200, with default header values.

Success

func NewAirAPIFIDS2015OK added in v0.15.0

func NewAirAPIFIDS2015OK() *AirAPIFIDS2015OK

NewAirAPIFIDS2015OK creates a AirAPIFIDS2015OK with default headers values

func (*AirAPIFIDS2015OK) Error added in v0.15.0

func (o *AirAPIFIDS2015OK) Error() string

func (*AirAPIFIDS2015OK) GetPayload added in v0.15.0

type AirAPIFIDS2015Params added in v0.15.0

type AirAPIFIDS2015Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIFIDS2015Params contains all the parameters to send to the API endpoint

for the air Api f ID s 2015 operation.

Typically these are written to a http.Request.

func NewAirAPIFIDS2015Params added in v0.15.0

func NewAirAPIFIDS2015Params() *AirAPIFIDS2015Params

NewAirAPIFIDS2015Params creates a new AirAPIFIDS2015Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIFIDS2015ParamsWithContext added in v0.15.0

func NewAirAPIFIDS2015ParamsWithContext(ctx context.Context) *AirAPIFIDS2015Params

NewAirAPIFIDS2015ParamsWithContext creates a new AirAPIFIDS2015Params object with the ability to set a context for a request.

func NewAirAPIFIDS2015ParamsWithHTTPClient added in v0.15.0

func NewAirAPIFIDS2015ParamsWithHTTPClient(client *http.Client) *AirAPIFIDS2015Params

NewAirAPIFIDS2015ParamsWithHTTPClient creates a new AirAPIFIDS2015Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIFIDS2015ParamsWithTimeout added in v0.15.0

func NewAirAPIFIDS2015ParamsWithTimeout(timeout time.Duration) *AirAPIFIDS2015Params

NewAirAPIFIDS2015ParamsWithTimeout creates a new AirAPIFIDS2015Params object with the ability to set a timeout on a request.

func (*AirAPIFIDS2015Params) SetContext added in v0.15.0

func (o *AirAPIFIDS2015Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDefaults added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDefaults()

SetDefaults hydrates default values in the air Api f ID s 2015 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFIDS2015Params) SetDollarFilter added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDollarFormat added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDollarSelect added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDollarSkip added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetDollarTop added in v0.15.0

func (o *AirAPIFIDS2015Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetHTTPClient added in v0.15.0

func (o *AirAPIFIDS2015Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetHealth added in v0.15.0

func (o *AirAPIFIDS2015Params) SetHealth(health *string)

SetHealth adds the health to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) SetTimeout added in v0.15.0

func (o *AirAPIFIDS2015Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithContext added in v0.15.0

WithContext adds the context to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDefaults added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDefaults() *AirAPIFIDS2015Params

WithDefaults hydrates default values in the air Api f ID s 2015 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFIDS2015Params) WithDollarFilter added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarFilter(dollarFilter *string) *AirAPIFIDS2015Params

WithDollarFilter adds the dollarFilter to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDollarFormat added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarFormat(dollarFormat string) *AirAPIFIDS2015Params

WithDollarFormat adds the dollarFormat to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarOrderby(dollarOrderby *string) *AirAPIFIDS2015Params

WithDollarOrderby adds the dollarOrderby to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDollarSelect added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarSelect(dollarSelect *string) *AirAPIFIDS2015Params

WithDollarSelect adds the dollarSelect to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDollarSkip added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarSkip(dollarSkip *string) *AirAPIFIDS2015Params

WithDollarSkip adds the dollarSkip to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithDollarTop added in v0.15.0

func (o *AirAPIFIDS2015Params) WithDollarTop(dollarTop *int64) *AirAPIFIDS2015Params

WithDollarTop adds the dollarTop to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithHTTPClient added in v0.15.0

func (o *AirAPIFIDS2015Params) WithHTTPClient(client *http.Client) *AirAPIFIDS2015Params

WithHTTPClient adds the HTTPClient to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithHealth added in v0.15.0

func (o *AirAPIFIDS2015Params) WithHealth(health *string) *AirAPIFIDS2015Params

WithHealth adds the health to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WithTimeout added in v0.15.0

func (o *AirAPIFIDS2015Params) WithTimeout(timeout time.Duration) *AirAPIFIDS2015Params

WithTimeout adds the timeout to the air Api f ID s 2015 params

func (*AirAPIFIDS2015Params) WriteToRequest added in v0.15.0

func (o *AirAPIFIDS2015Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AirAPIFIDS2015Reader added in v0.15.0

type AirAPIFIDS2015Reader struct {
	// contains filtered or unexported fields
}

AirAPIFIDS2015Reader is a Reader for the AirAPIFIDS2015 structure.

func (*AirAPIFIDS2015Reader) ReadResponse added in v0.15.0

func (o *AirAPIFIDS2015Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIFIDS2015Status299 added in v0.15.0

type AirAPIFIDS2015Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIFIDS2015Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIFIDS2015Status299 added in v0.15.0

func NewAirAPIFIDS2015Status299() *AirAPIFIDS2015Status299

NewAirAPIFIDS2015Status299 creates a AirAPIFIDS2015Status299 with default headers values

func (*AirAPIFIDS2015Status299) Error added in v0.15.0

func (o *AirAPIFIDS2015Status299) Error() string

func (*AirAPIFIDS2015Status299) GetPayload added in v0.15.0

type AirAPIFlight20141NotModified added in v0.15.0

type AirAPIFlight20141NotModified struct {
}
AirAPIFlight20141NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIFlight20141NotModified added in v0.15.0

func NewAirAPIFlight20141NotModified() *AirAPIFlight20141NotModified

NewAirAPIFlight20141NotModified creates a AirAPIFlight20141NotModified with default headers values

func (*AirAPIFlight20141NotModified) Error added in v0.15.0

type AirAPIFlight20141OK added in v0.15.0

type AirAPIFlight20141OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDS
}
AirAPIFlight20141OK describes a response with status code 200, with default header values.

Success

func NewAirAPIFlight20141OK added in v0.15.0

func NewAirAPIFlight20141OK() *AirAPIFlight20141OK

NewAirAPIFlight20141OK creates a AirAPIFlight20141OK with default headers values

func (*AirAPIFlight20141OK) Error added in v0.15.0

func (o *AirAPIFlight20141OK) Error() string

func (*AirAPIFlight20141OK) GetPayload added in v0.15.0

type AirAPIFlight20141Params added in v0.15.0

type AirAPIFlight20141Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* FlightNo.

	   航機班號
	*/
	FlightNo string

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIFlight20141Params contains all the parameters to send to the API endpoint

for the air Api flight 2014 1 operation.

Typically these are written to a http.Request.

func NewAirAPIFlight20141Params added in v0.15.0

func NewAirAPIFlight20141Params() *AirAPIFlight20141Params

NewAirAPIFlight20141Params creates a new AirAPIFlight20141Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIFlight20141ParamsWithContext added in v0.15.0

func NewAirAPIFlight20141ParamsWithContext(ctx context.Context) *AirAPIFlight20141Params

NewAirAPIFlight20141ParamsWithContext creates a new AirAPIFlight20141Params object with the ability to set a context for a request.

func NewAirAPIFlight20141ParamsWithHTTPClient added in v0.15.0

func NewAirAPIFlight20141ParamsWithHTTPClient(client *http.Client) *AirAPIFlight20141Params

NewAirAPIFlight20141ParamsWithHTTPClient creates a new AirAPIFlight20141Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIFlight20141ParamsWithTimeout added in v0.15.0

func NewAirAPIFlight20141ParamsWithTimeout(timeout time.Duration) *AirAPIFlight20141Params

NewAirAPIFlight20141ParamsWithTimeout creates a new AirAPIFlight20141Params object with the ability to set a timeout on a request.

func (*AirAPIFlight20141Params) SetContext added in v0.15.0

func (o *AirAPIFlight20141Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDefaults added in v0.15.0

func (o *AirAPIFlight20141Params) SetDefaults()

SetDefaults hydrates default values in the air Api flight 2014 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFlight20141Params) SetDollarFilter added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDollarFormat added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDollarSelect added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDollarSkip added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetDollarTop added in v0.15.0

func (o *AirAPIFlight20141Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetFlightNo added in v0.15.0

func (o *AirAPIFlight20141Params) SetFlightNo(flightNo string)

SetFlightNo adds the flightNo to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetHTTPClient added in v0.15.0

func (o *AirAPIFlight20141Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetHealth added in v0.15.0

func (o *AirAPIFlight20141Params) SetHealth(health *string)

SetHealth adds the health to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetIsCargo added in v0.15.0

func (o *AirAPIFlight20141Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) SetTimeout added in v0.15.0

func (o *AirAPIFlight20141Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithContext added in v0.15.0

WithContext adds the context to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api flight 2014 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFlight20141Params) WithDollarFilter added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarFilter(dollarFilter *string) *AirAPIFlight20141Params

WithDollarFilter adds the dollarFilter to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDollarFormat added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarFormat(dollarFormat string) *AirAPIFlight20141Params

WithDollarFormat adds the dollarFormat to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarOrderby(dollarOrderby *string) *AirAPIFlight20141Params

WithDollarOrderby adds the dollarOrderby to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDollarSelect added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarSelect(dollarSelect *string) *AirAPIFlight20141Params

WithDollarSelect adds the dollarSelect to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDollarSkip added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarSkip(dollarSkip *string) *AirAPIFlight20141Params

WithDollarSkip adds the dollarSkip to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithDollarTop added in v0.15.0

func (o *AirAPIFlight20141Params) WithDollarTop(dollarTop *int64) *AirAPIFlight20141Params

WithDollarTop adds the dollarTop to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithFlightNo added in v0.15.0

func (o *AirAPIFlight20141Params) WithFlightNo(flightNo string) *AirAPIFlight20141Params

WithFlightNo adds the flightNo to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithHTTPClient added in v0.15.0

func (o *AirAPIFlight20141Params) WithHTTPClient(client *http.Client) *AirAPIFlight20141Params

WithHTTPClient adds the HTTPClient to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithHealth added in v0.15.0

func (o *AirAPIFlight20141Params) WithHealth(health *string) *AirAPIFlight20141Params

WithHealth adds the health to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithIsCargo added in v0.15.0

func (o *AirAPIFlight20141Params) WithIsCargo(isCargo *bool) *AirAPIFlight20141Params

WithIsCargo adds the isCargo to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api flight 2014 1 params

func (*AirAPIFlight20141Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIFlight20141Reader added in v0.15.0

type AirAPIFlight20141Reader struct {
	// contains filtered or unexported fields
}

AirAPIFlight20141Reader is a Reader for the AirAPIFlight20141 structure.

func (*AirAPIFlight20141Reader) ReadResponse added in v0.15.0

func (o *AirAPIFlight20141Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIFlight20141Status299 added in v0.15.0

type AirAPIFlight20141Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIFlight20141Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIFlight20141Status299 added in v0.15.0

func NewAirAPIFlight20141Status299() *AirAPIFlight20141Status299

NewAirAPIFlight20141Status299 creates a AirAPIFlight20141Status299 with default headers values

func (*AirAPIFlight20141Status299) Error added in v0.15.0

func (*AirAPIFlight20141Status299) GetPayload added in v0.15.0

type AirAPIFlight2014NotModified added in v0.15.0

type AirAPIFlight2014NotModified struct {
}
AirAPIFlight2014NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIFlight2014NotModified added in v0.15.0

func NewAirAPIFlight2014NotModified() *AirAPIFlight2014NotModified

NewAirAPIFlight2014NotModified creates a AirAPIFlight2014NotModified with default headers values

func (*AirAPIFlight2014NotModified) Error added in v0.15.0

type AirAPIFlight2014OK added in v0.15.0

type AirAPIFlight2014OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2FIDS
}
AirAPIFlight2014OK describes a response with status code 200, with default header values.

Success

func NewAirAPIFlight2014OK added in v0.15.0

func NewAirAPIFlight2014OK() *AirAPIFlight2014OK

NewAirAPIFlight2014OK creates a AirAPIFlight2014OK with default headers values

func (*AirAPIFlight2014OK) Error added in v0.15.0

func (o *AirAPIFlight2014OK) Error() string

func (*AirAPIFlight2014OK) GetPayload added in v0.15.0

type AirAPIFlight2014Params added in v0.15.0

type AirAPIFlight2014Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IsCargo.

	   是否為貨機
	*/
	IsCargo *bool

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIFlight2014Params contains all the parameters to send to the API endpoint

for the air Api flight 2014 operation.

Typically these are written to a http.Request.

func NewAirAPIFlight2014Params added in v0.15.0

func NewAirAPIFlight2014Params() *AirAPIFlight2014Params

NewAirAPIFlight2014Params creates a new AirAPIFlight2014Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIFlight2014ParamsWithContext added in v0.15.0

func NewAirAPIFlight2014ParamsWithContext(ctx context.Context) *AirAPIFlight2014Params

NewAirAPIFlight2014ParamsWithContext creates a new AirAPIFlight2014Params object with the ability to set a context for a request.

func NewAirAPIFlight2014ParamsWithHTTPClient added in v0.15.0

func NewAirAPIFlight2014ParamsWithHTTPClient(client *http.Client) *AirAPIFlight2014Params

NewAirAPIFlight2014ParamsWithHTTPClient creates a new AirAPIFlight2014Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIFlight2014ParamsWithTimeout added in v0.15.0

func NewAirAPIFlight2014ParamsWithTimeout(timeout time.Duration) *AirAPIFlight2014Params

NewAirAPIFlight2014ParamsWithTimeout creates a new AirAPIFlight2014Params object with the ability to set a timeout on a request.

func (*AirAPIFlight2014Params) SetContext added in v0.15.0

func (o *AirAPIFlight2014Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDefaults added in v0.15.0

func (o *AirAPIFlight2014Params) SetDefaults()

SetDefaults hydrates default values in the air Api flight 2014 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFlight2014Params) SetDollarFilter added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDollarFormat added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDollarSelect added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDollarSkip added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetDollarTop added in v0.15.0

func (o *AirAPIFlight2014Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetHTTPClient added in v0.15.0

func (o *AirAPIFlight2014Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetHealth added in v0.15.0

func (o *AirAPIFlight2014Params) SetHealth(health *string)

SetHealth adds the health to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetIsCargo added in v0.15.0

func (o *AirAPIFlight2014Params) SetIsCargo(isCargo *bool)

SetIsCargo adds the isCargo to the air Api flight 2014 params

func (*AirAPIFlight2014Params) SetTimeout added in v0.15.0

func (o *AirAPIFlight2014Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithContext added in v0.15.0

WithContext adds the context to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api flight 2014 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIFlight2014Params) WithDollarFilter added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarFilter(dollarFilter *string) *AirAPIFlight2014Params

WithDollarFilter adds the dollarFilter to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDollarFormat added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarFormat(dollarFormat string) *AirAPIFlight2014Params

WithDollarFormat adds the dollarFormat to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarOrderby(dollarOrderby *string) *AirAPIFlight2014Params

WithDollarOrderby adds the dollarOrderby to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDollarSelect added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarSelect(dollarSelect *string) *AirAPIFlight2014Params

WithDollarSelect adds the dollarSelect to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDollarSkip added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarSkip(dollarSkip *string) *AirAPIFlight2014Params

WithDollarSkip adds the dollarSkip to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithDollarTop added in v0.15.0

func (o *AirAPIFlight2014Params) WithDollarTop(dollarTop *int64) *AirAPIFlight2014Params

WithDollarTop adds the dollarTop to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithHTTPClient added in v0.15.0

func (o *AirAPIFlight2014Params) WithHTTPClient(client *http.Client) *AirAPIFlight2014Params

WithHTTPClient adds the HTTPClient to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithHealth added in v0.15.0

func (o *AirAPIFlight2014Params) WithHealth(health *string) *AirAPIFlight2014Params

WithHealth adds the health to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithIsCargo added in v0.15.0

func (o *AirAPIFlight2014Params) WithIsCargo(isCargo *bool) *AirAPIFlight2014Params

WithIsCargo adds the isCargo to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api flight 2014 params

func (*AirAPIFlight2014Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIFlight2014Reader added in v0.15.0

type AirAPIFlight2014Reader struct {
	// contains filtered or unexported fields
}

AirAPIFlight2014Reader is a Reader for the AirAPIFlight2014 structure.

func (*AirAPIFlight2014Reader) ReadResponse added in v0.15.0

func (o *AirAPIFlight2014Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIFlight2014Status299 added in v0.15.0

type AirAPIFlight2014Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIFlight2014Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIFlight2014Status299 added in v0.15.0

func NewAirAPIFlight2014Status299() *AirAPIFlight2014Status299

NewAirAPIFlight2014Status299 creates a AirAPIFlight2014Status299 with default headers values

func (*AirAPIFlight2014Status299) Error added in v0.15.0

func (o *AirAPIFlight2014Status299) Error() string

func (*AirAPIFlight2014Status299) GetPayload added in v0.15.0

type AirAPIInternational2018NotModified added in v0.15.0

type AirAPIInternational2018NotModified struct {
}
AirAPIInternational2018NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIInternational2018NotModified added in v0.15.0

func NewAirAPIInternational2018NotModified() *AirAPIInternational2018NotModified

NewAirAPIInternational2018NotModified creates a AirAPIInternational2018NotModified with default headers values

func (*AirAPIInternational2018NotModified) Error added in v0.15.0

type AirAPIInternational2018OK added in v0.15.0

type AirAPIInternational2018OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2GeneralFlightSchedule
}
AirAPIInternational2018OK describes a response with status code 200, with default header values.

Success

func NewAirAPIInternational2018OK added in v0.15.0

func NewAirAPIInternational2018OK() *AirAPIInternational2018OK

NewAirAPIInternational2018OK creates a AirAPIInternational2018OK with default headers values

func (*AirAPIInternational2018OK) Error added in v0.15.0

func (o *AirAPIInternational2018OK) Error() string

func (*AirAPIInternational2018OK) GetPayload added in v0.15.0

type AirAPIInternational2018Params added in v0.15.0

type AirAPIInternational2018Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIInternational2018Params contains all the parameters to send to the API endpoint

for the air Api international 2018 operation.

Typically these are written to a http.Request.

func NewAirAPIInternational2018Params added in v0.15.0

func NewAirAPIInternational2018Params() *AirAPIInternational2018Params

NewAirAPIInternational2018Params creates a new AirAPIInternational2018Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIInternational2018ParamsWithContext added in v0.15.0

func NewAirAPIInternational2018ParamsWithContext(ctx context.Context) *AirAPIInternational2018Params

NewAirAPIInternational2018ParamsWithContext creates a new AirAPIInternational2018Params object with the ability to set a context for a request.

func NewAirAPIInternational2018ParamsWithHTTPClient added in v0.15.0

func NewAirAPIInternational2018ParamsWithHTTPClient(client *http.Client) *AirAPIInternational2018Params

NewAirAPIInternational2018ParamsWithHTTPClient creates a new AirAPIInternational2018Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIInternational2018ParamsWithTimeout added in v0.15.0

func NewAirAPIInternational2018ParamsWithTimeout(timeout time.Duration) *AirAPIInternational2018Params

NewAirAPIInternational2018ParamsWithTimeout creates a new AirAPIInternational2018Params object with the ability to set a timeout on a request.

func (*AirAPIInternational2018Params) SetContext added in v0.15.0

func (o *AirAPIInternational2018Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDefaults added in v0.15.0

func (o *AirAPIInternational2018Params) SetDefaults()

SetDefaults hydrates default values in the air Api international 2018 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIInternational2018Params) SetDollarFilter added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDollarFormat added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDollarSelect added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDollarSkip added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetDollarTop added in v0.15.0

func (o *AirAPIInternational2018Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetHTTPClient added in v0.15.0

func (o *AirAPIInternational2018Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetHealth added in v0.15.0

func (o *AirAPIInternational2018Params) SetHealth(health *string)

SetHealth adds the health to the air Api international 2018 params

func (*AirAPIInternational2018Params) SetTimeout added in v0.15.0

func (o *AirAPIInternational2018Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithContext added in v0.15.0

WithContext adds the context to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api international 2018 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIInternational2018Params) WithDollarFilter added in v0.15.0

func (o *AirAPIInternational2018Params) WithDollarFilter(dollarFilter *string) *AirAPIInternational2018Params

WithDollarFilter adds the dollarFilter to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDollarFormat added in v0.15.0

func (o *AirAPIInternational2018Params) WithDollarFormat(dollarFormat string) *AirAPIInternational2018Params

WithDollarFormat adds the dollarFormat to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIInternational2018Params) WithDollarOrderby(dollarOrderby *string) *AirAPIInternational2018Params

WithDollarOrderby adds the dollarOrderby to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDollarSelect added in v0.15.0

func (o *AirAPIInternational2018Params) WithDollarSelect(dollarSelect *string) *AirAPIInternational2018Params

WithDollarSelect adds the dollarSelect to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDollarSkip added in v0.15.0

func (o *AirAPIInternational2018Params) WithDollarSkip(dollarSkip *string) *AirAPIInternational2018Params

WithDollarSkip adds the dollarSkip to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithHealth added in v0.15.0

WithHealth adds the health to the air Api international 2018 params

func (*AirAPIInternational2018Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api international 2018 params

func (*AirAPIInternational2018Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIInternational2018Reader added in v0.15.0

type AirAPIInternational2018Reader struct {
	// contains filtered or unexported fields
}

AirAPIInternational2018Reader is a Reader for the AirAPIInternational2018 structure.

func (*AirAPIInternational2018Reader) ReadResponse added in v0.15.0

func (o *AirAPIInternational2018Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIInternational2018Status299 added in v0.15.0

type AirAPIInternational2018Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIInternational2018Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIInternational2018Status299 added in v0.15.0

func NewAirAPIInternational2018Status299() *AirAPIInternational2018Status299

NewAirAPIInternational2018Status299 creates a AirAPIInternational2018Status299 with default headers values

func (*AirAPIInternational2018Status299) Error added in v0.15.0

func (*AirAPIInternational2018Status299) GetPayload added in v0.15.0

type AirAPIMETAR20161NotModified added in v0.15.0

type AirAPIMETAR20161NotModified struct {
}
AirAPIMETAR20161NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIMETAR20161NotModified added in v0.15.0

func NewAirAPIMETAR20161NotModified() *AirAPIMETAR20161NotModified

NewAirAPIMETAR20161NotModified creates a AirAPIMETAR20161NotModified with default headers values

func (*AirAPIMETAR20161NotModified) Error added in v0.15.0

type AirAPIMETAR20161OK added in v0.15.0

type AirAPIMETAR20161OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2METAR
}
AirAPIMETAR20161OK describes a response with status code 200, with default header values.

Success

func NewAirAPIMETAR20161OK added in v0.15.0

func NewAirAPIMETAR20161OK() *AirAPIMETAR20161OK

NewAirAPIMETAR20161OK creates a AirAPIMETAR20161OK with default headers values

func (*AirAPIMETAR20161OK) Error added in v0.15.0

func (o *AirAPIMETAR20161OK) Error() string

func (*AirAPIMETAR20161OK) GetPayload added in v0.15.0

type AirAPIMETAR20161Params added in v0.15.0

type AirAPIMETAR20161Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* IATA.

	   機場代碼
	*/
	IATA string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIMETAR20161Params contains all the parameters to send to the API endpoint

for the air Api m e t a r 2016 1 operation.

Typically these are written to a http.Request.

func NewAirAPIMETAR20161Params added in v0.15.0

func NewAirAPIMETAR20161Params() *AirAPIMETAR20161Params

NewAirAPIMETAR20161Params creates a new AirAPIMETAR20161Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIMETAR20161ParamsWithContext added in v0.15.0

func NewAirAPIMETAR20161ParamsWithContext(ctx context.Context) *AirAPIMETAR20161Params

NewAirAPIMETAR20161ParamsWithContext creates a new AirAPIMETAR20161Params object with the ability to set a context for a request.

func NewAirAPIMETAR20161ParamsWithHTTPClient added in v0.15.0

func NewAirAPIMETAR20161ParamsWithHTTPClient(client *http.Client) *AirAPIMETAR20161Params

NewAirAPIMETAR20161ParamsWithHTTPClient creates a new AirAPIMETAR20161Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIMETAR20161ParamsWithTimeout added in v0.15.0

func NewAirAPIMETAR20161ParamsWithTimeout(timeout time.Duration) *AirAPIMETAR20161Params

NewAirAPIMETAR20161ParamsWithTimeout creates a new AirAPIMETAR20161Params object with the ability to set a timeout on a request.

func (*AirAPIMETAR20161Params) SetContext added in v0.15.0

func (o *AirAPIMETAR20161Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDefaults added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDefaults()

SetDefaults hydrates default values in the air Api m e t a r 2016 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIMETAR20161Params) SetDollarFilter added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDollarFormat added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDollarSelect added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDollarSkip added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetDollarTop added in v0.15.0

func (o *AirAPIMETAR20161Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetHTTPClient added in v0.15.0

func (o *AirAPIMETAR20161Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetHealth added in v0.15.0

func (o *AirAPIMETAR20161Params) SetHealth(health *string)

SetHealth adds the health to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetIATA added in v0.15.0

func (o *AirAPIMETAR20161Params) SetIATA(iATA string)

SetIATA adds the iATA to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) SetTimeout added in v0.15.0

func (o *AirAPIMETAR20161Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithContext added in v0.15.0

WithContext adds the context to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the air Api m e t a r 2016 1 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIMETAR20161Params) WithDollarFilter added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarFilter(dollarFilter *string) *AirAPIMETAR20161Params

WithDollarFilter adds the dollarFilter to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDollarFormat added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarFormat(dollarFormat string) *AirAPIMETAR20161Params

WithDollarFormat adds the dollarFormat to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarOrderby(dollarOrderby *string) *AirAPIMETAR20161Params

WithDollarOrderby adds the dollarOrderby to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDollarSelect added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarSelect(dollarSelect *string) *AirAPIMETAR20161Params

WithDollarSelect adds the dollarSelect to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDollarSkip added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarSkip(dollarSkip *string) *AirAPIMETAR20161Params

WithDollarSkip adds the dollarSkip to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithDollarTop added in v0.15.0

func (o *AirAPIMETAR20161Params) WithDollarTop(dollarTop *int64) *AirAPIMETAR20161Params

WithDollarTop adds the dollarTop to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithHTTPClient added in v0.15.0

func (o *AirAPIMETAR20161Params) WithHTTPClient(client *http.Client) *AirAPIMETAR20161Params

WithHTTPClient adds the HTTPClient to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithHealth added in v0.15.0

func (o *AirAPIMETAR20161Params) WithHealth(health *string) *AirAPIMETAR20161Params

WithHealth adds the health to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithIATA added in v0.15.0

WithIATA adds the iATA to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the air Api m e t a r 2016 1 params

func (*AirAPIMETAR20161Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AirAPIMETAR20161Reader added in v0.15.0

type AirAPIMETAR20161Reader struct {
	// contains filtered or unexported fields
}

AirAPIMETAR20161Reader is a Reader for the AirAPIMETAR20161 structure.

func (*AirAPIMETAR20161Reader) ReadResponse added in v0.15.0

func (o *AirAPIMETAR20161Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIMETAR20161Status299 added in v0.15.0

type AirAPIMETAR20161Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIMETAR20161Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIMETAR20161Status299 added in v0.15.0

func NewAirAPIMETAR20161Status299() *AirAPIMETAR20161Status299

NewAirAPIMETAR20161Status299 creates a AirAPIMETAR20161Status299 with default headers values

func (*AirAPIMETAR20161Status299) Error added in v0.15.0

func (o *AirAPIMETAR20161Status299) Error() string

func (*AirAPIMETAR20161Status299) GetPayload added in v0.15.0

type AirAPIMETAR2016NotModified added in v0.15.0

type AirAPIMETAR2016NotModified struct {
}
AirAPIMETAR2016NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewAirAPIMETAR2016NotModified added in v0.15.0

func NewAirAPIMETAR2016NotModified() *AirAPIMETAR2016NotModified

NewAirAPIMETAR2016NotModified creates a AirAPIMETAR2016NotModified with default headers values

func (*AirAPIMETAR2016NotModified) Error added in v0.15.0

type AirAPIMETAR2016OK added in v0.15.0

type AirAPIMETAR2016OK struct {
	Payload []*models.PTXServiceDTOAirSpecificationV2METAR
}
AirAPIMETAR2016OK describes a response with status code 200, with default header values.

Success

func NewAirAPIMETAR2016OK added in v0.15.0

func NewAirAPIMETAR2016OK() *AirAPIMETAR2016OK

NewAirAPIMETAR2016OK creates a AirAPIMETAR2016OK with default headers values

func (*AirAPIMETAR2016OK) Error added in v0.15.0

func (o *AirAPIMETAR2016OK) Error() string

func (*AirAPIMETAR2016OK) GetPayload added in v0.15.0

type AirAPIMETAR2016Params added in v0.15.0

type AirAPIMETAR2016Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AirAPIMETAR2016Params contains all the parameters to send to the API endpoint

for the air Api m e t a r 2016 operation.

Typically these are written to a http.Request.

func NewAirAPIMETAR2016Params added in v0.15.0

func NewAirAPIMETAR2016Params() *AirAPIMETAR2016Params

NewAirAPIMETAR2016Params creates a new AirAPIMETAR2016Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAirAPIMETAR2016ParamsWithContext added in v0.15.0

func NewAirAPIMETAR2016ParamsWithContext(ctx context.Context) *AirAPIMETAR2016Params

NewAirAPIMETAR2016ParamsWithContext creates a new AirAPIMETAR2016Params object with the ability to set a context for a request.

func NewAirAPIMETAR2016ParamsWithHTTPClient added in v0.15.0

func NewAirAPIMETAR2016ParamsWithHTTPClient(client *http.Client) *AirAPIMETAR2016Params

NewAirAPIMETAR2016ParamsWithHTTPClient creates a new AirAPIMETAR2016Params object with the ability to set a custom HTTPClient for a request.

func NewAirAPIMETAR2016ParamsWithTimeout added in v0.15.0

func NewAirAPIMETAR2016ParamsWithTimeout(timeout time.Duration) *AirAPIMETAR2016Params

NewAirAPIMETAR2016ParamsWithTimeout creates a new AirAPIMETAR2016Params object with the ability to set a timeout on a request.

func (*AirAPIMETAR2016Params) SetContext added in v0.15.0

func (o *AirAPIMETAR2016Params) SetContext(ctx context.Context)

SetContext adds the context to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDefaults added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDefaults()

SetDefaults hydrates default values in the air Api m e t a r 2016 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIMETAR2016Params) SetDollarFilter added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDollarFormat added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDollarOrderby added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDollarSelect added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDollarSkip added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetDollarTop added in v0.15.0

func (o *AirAPIMETAR2016Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetHTTPClient added in v0.15.0

func (o *AirAPIMETAR2016Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetHealth added in v0.15.0

func (o *AirAPIMETAR2016Params) SetHealth(health *string)

SetHealth adds the health to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) SetTimeout added in v0.15.0

func (o *AirAPIMETAR2016Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithContext added in v0.15.0

WithContext adds the context to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDefaults added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDefaults() *AirAPIMETAR2016Params

WithDefaults hydrates default values in the air Api m e t a r 2016 params (not the query body).

All values with no default are reset to their zero value.

func (*AirAPIMETAR2016Params) WithDollarFilter added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarFilter(dollarFilter *string) *AirAPIMETAR2016Params

WithDollarFilter adds the dollarFilter to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDollarFormat added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarFormat(dollarFormat string) *AirAPIMETAR2016Params

WithDollarFormat adds the dollarFormat to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDollarOrderby added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarOrderby(dollarOrderby *string) *AirAPIMETAR2016Params

WithDollarOrderby adds the dollarOrderby to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDollarSelect added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarSelect(dollarSelect *string) *AirAPIMETAR2016Params

WithDollarSelect adds the dollarSelect to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDollarSkip added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarSkip(dollarSkip *string) *AirAPIMETAR2016Params

WithDollarSkip adds the dollarSkip to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithDollarTop added in v0.15.0

func (o *AirAPIMETAR2016Params) WithDollarTop(dollarTop *int64) *AirAPIMETAR2016Params

WithDollarTop adds the dollarTop to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithHTTPClient added in v0.15.0

func (o *AirAPIMETAR2016Params) WithHTTPClient(client *http.Client) *AirAPIMETAR2016Params

WithHTTPClient adds the HTTPClient to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithHealth added in v0.15.0

func (o *AirAPIMETAR2016Params) WithHealth(health *string) *AirAPIMETAR2016Params

WithHealth adds the health to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WithTimeout added in v0.15.0

func (o *AirAPIMETAR2016Params) WithTimeout(timeout time.Duration) *AirAPIMETAR2016Params

WithTimeout adds the timeout to the air Api m e t a r 2016 params

func (*AirAPIMETAR2016Params) WriteToRequest added in v0.15.0

func (o *AirAPIMETAR2016Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AirAPIMETAR2016Reader added in v0.15.0

type AirAPIMETAR2016Reader struct {
	// contains filtered or unexported fields
}

AirAPIMETAR2016Reader is a Reader for the AirAPIMETAR2016 structure.

func (*AirAPIMETAR2016Reader) ReadResponse added in v0.15.0

func (o *AirAPIMETAR2016Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AirAPIMETAR2016Status299 added in v0.15.0

type AirAPIMETAR2016Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
AirAPIMETAR2016Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewAirAPIMETAR2016Status299 added in v0.15.0

func NewAirAPIMETAR2016Status299() *AirAPIMETAR2016Status299

NewAirAPIMETAR2016Status299 creates a AirAPIMETAR2016Status299 with default headers values

func (*AirAPIMETAR2016Status299) Error added in v0.15.0

func (o *AirAPIMETAR2016Status299) Error() string

func (*AirAPIMETAR2016Status299) GetPayload added in v0.15.0

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for air API

func (*Client) AirAPIAirline2011 added in v0.15.0

AirAPIAirline2011 取得指定s 航空公司 資料

取得指定[航空公司]資料

func (*Client) AirAPIAirline20111 added in v0.15.0

AirAPIAirline20111 取得航空公司資料s

取得所有航空公司資料

func (*Client) AirAPIAirport2010 added in v0.15.0

AirAPIAirport2010 取得機場資料s

取得所有機場資料

func (*Client) AirAPIAirport20101 added in v0.15.0

AirAPIAirport20101 取得指定s 機場 資料

取得指定[機場]資料

func (*Client) AirAPIArrival2013 added in v0.15.0

AirAPIArrival2013 取得機場的即時入境航班s

取得機場的即時入境航班

func (*Client) AirAPIArrival20131 added in v0.15.0

AirAPIArrival20131 取得指定s 機場的即時入境航班

取得[指定機場]的即時入境航班

func (*Client) AirAPIDeparture2012 added in v0.15.0

AirAPIDeparture2012 取得機場的即時出境航班s

取得機場的即時出境航班

func (*Client) AirAPIDeparture20121 added in v0.15.0

AirAPIDeparture20121 取得指定s 機場的即時出境航班

取得指定的[機場即時出境航班]

func (*Client) AirAPIDomestic2017 added in v0.15.0

AirAPIDomestic2017 取得國內航空定期時刻表s

func (*Client) AirAPIFIDS2015 added in v0.15.0

AirAPIFIDS2015 取得機場的即時航班資料s

取得即時航班資料

func (*Client) AirAPIFIDS20151 added in v0.15.0

AirAPIFIDS20151 取得指定s 機場的即時航班 資料

取得指定[機場的即時航班]資料

func (*Client) AirAPIFlight2014 added in v0.15.0

AirAPIFlight2014 取得即時航班資料s

取得即時航班資料

func (*Client) AirAPIFlight20141 added in v0.15.0

AirAPIFlight20141 取得指定s 即時航班 資料

func (*Client) AirAPIInternational2018 added in v0.15.0

AirAPIInternational2018 取得國際航空定期時刻表s

func (*Client) AirAPIMETAR2016 added in v0.15.0

AirAPIMETAR2016 取得s 國內機場 氣象資訊觀測資料

取得[國內機場]氣象資訊觀測資料

<br />目前提供之機場氣象觀測站代碼清單 <br />RCSS:松山機場 RCKH:高雄機場 <br />RCTP:桃園機場 RCMT:北竿機場 <br />RCFG:南竿機場 RCBS:金門機場 <br />RCQC:馬公機場 RCMQ:臺中機場 <br />RCKU:嘉義機場 RCNN:臺南機場 <br />RCYU:花蓮機場 RCFN:臺東機場 <br />RCLY:蘭嶼機場 RCGI:綠島機場

func (*Client) AirAPIMETAR20161 added in v0.15.0

AirAPIMETAR20161 取得指定s 國內機場 氣象資訊觀測資料

取得指定[國內機場]氣象資訊觀測資料

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption added in v0.11.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.5.0

type ClientService interface {
	AirAPIAirline2011(params *AirAPIAirline2011Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIAirline2011OK, *AirAPIAirline2011Status299, error)

	AirAPIAirline20111(params *AirAPIAirline20111Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIAirline20111OK, *AirAPIAirline20111Status299, error)

	AirAPIAirport2010(params *AirAPIAirport2010Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIAirport2010OK, *AirAPIAirport2010Status299, error)

	AirAPIAirport20101(params *AirAPIAirport20101Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIAirport20101OK, *AirAPIAirport20101Status299, error)

	AirAPIArrival2013(params *AirAPIArrival2013Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIArrival2013OK, *AirAPIArrival2013Status299, error)

	AirAPIArrival20131(params *AirAPIArrival20131Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIArrival20131OK, *AirAPIArrival20131Status299, error)

	AirAPIDeparture2012(params *AirAPIDeparture2012Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIDeparture2012OK, *AirAPIDeparture2012Status299, error)

	AirAPIDeparture20121(params *AirAPIDeparture20121Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIDeparture20121OK, *AirAPIDeparture20121Status299, error)

	AirAPIDomestic2017(params *AirAPIDomestic2017Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIDomestic2017OK, *AirAPIDomestic2017Status299, error)

	AirAPIFIDS2015(params *AirAPIFIDS2015Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIFIDS2015OK, *AirAPIFIDS2015Status299, error)

	AirAPIFIDS20151(params *AirAPIFIDS20151Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIFIDS20151OK, *AirAPIFIDS20151Status299, error)

	AirAPIFlight2014(params *AirAPIFlight2014Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIFlight2014OK, *AirAPIFlight2014Status299, error)

	AirAPIFlight20141(params *AirAPIFlight20141Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIFlight20141OK, *AirAPIFlight20141Status299, error)

	AirAPIInternational2018(params *AirAPIInternational2018Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIInternational2018OK, *AirAPIInternational2018Status299, error)

	AirAPIMETAR2016(params *AirAPIMETAR2016Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIMETAR2016OK, *AirAPIMETAR2016Status299, error)

	AirAPIMETAR20161(params *AirAPIMETAR20161Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AirAPIMETAR20161OK, *AirAPIMETAR20161Status299, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new air API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL