bus_advanced_by_operator

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 BusAPIRealTimeByFrequencyByOperator2866NotModified

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

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

func NewBusAPIRealTimeByFrequencyByOperator2866NotModified

func NewBusAPIRealTimeByFrequencyByOperator2866NotModified() *BusAPIRealTimeByFrequencyByOperator2866NotModified

NewBusAPIRealTimeByFrequencyByOperator2866NotModified creates a BusAPIRealTimeByFrequencyByOperator2866NotModified with default headers values

func (*BusAPIRealTimeByFrequencyByOperator2866NotModified) Error

type BusAPIRealTimeByFrequencyByOperator2866OK

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

Success

func NewBusAPIRealTimeByFrequencyByOperator2866OK

func NewBusAPIRealTimeByFrequencyByOperator2866OK() *BusAPIRealTimeByFrequencyByOperator2866OK

NewBusAPIRealTimeByFrequencyByOperator2866OK creates a BusAPIRealTimeByFrequencyByOperator2866OK with default headers values

func (*BusAPIRealTimeByFrequencyByOperator2866OK) Error

func (*BusAPIRealTimeByFrequencyByOperator2866OK) GetPayload

type BusAPIRealTimeByFrequencyByOperator2866Params

type BusAPIRealTimeByFrequencyByOperator2866Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIRealTimeByFrequencyByOperator2866Params contains all the parameters to send to the API endpoint

for the bus Api real time by frequency by operator 2866 operation.

Typically these are written to a http.Request.

func NewBusAPIRealTimeByFrequencyByOperator2866Params

func NewBusAPIRealTimeByFrequencyByOperator2866Params() *BusAPIRealTimeByFrequencyByOperator2866Params

NewBusAPIRealTimeByFrequencyByOperator2866Params creates a new BusAPIRealTimeByFrequencyByOperator2866Params 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 NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithContext

func NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithContext(ctx context.Context) *BusAPIRealTimeByFrequencyByOperator2866Params

NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithContext creates a new BusAPIRealTimeByFrequencyByOperator2866Params object with the ability to set a context for a request.

func NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithHTTPClient

func NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithHTTPClient(client *http.Client) *BusAPIRealTimeByFrequencyByOperator2866Params

NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithHTTPClient creates a new BusAPIRealTimeByFrequencyByOperator2866Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithTimeout

func NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithTimeout(timeout time.Duration) *BusAPIRealTimeByFrequencyByOperator2866Params

NewBusAPIRealTimeByFrequencyByOperator2866ParamsWithTimeout creates a new BusAPIRealTimeByFrequencyByOperator2866Params object with the ability to set a timeout on a request.

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetContext

SetContext adds the context to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDefaults

SetDefaults hydrates default values in the bus Api real time by frequency by operator 2866 params (not the query body).

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

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarFormat

func (o *BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarSpatialFilter

func (o *BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetHealth

SetHealth adds the health to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetOperatorNo

func (o *BusAPIRealTimeByFrequencyByOperator2866Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) SetTimeout

SetTimeout adds the timeout to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithContext

WithContext adds the context to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDefaults

WithDefaults hydrates default values in the bus Api real time by frequency by operator 2866 params (not the query body).

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

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarSpatialFilter

WithDollarSpatialFilter adds the dollarSpatialFilter to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithHealth

WithHealth adds the health to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WithTimeout

WithTimeout adds the timeout to the bus Api real time by frequency by operator 2866 params

func (*BusAPIRealTimeByFrequencyByOperator2866Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIRealTimeByFrequencyByOperator2866Reader

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

BusAPIRealTimeByFrequencyByOperator2866Reader is a Reader for the BusAPIRealTimeByFrequencyByOperator2866 structure.

func (*BusAPIRealTimeByFrequencyByOperator2866Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIRealTimeByFrequencyByOperator2866Status299

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

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

func NewBusAPIRealTimeByFrequencyByOperator2866Status299

func NewBusAPIRealTimeByFrequencyByOperator2866Status299() *BusAPIRealTimeByFrequencyByOperator2866Status299

NewBusAPIRealTimeByFrequencyByOperator2866Status299 creates a BusAPIRealTimeByFrequencyByOperator2866Status299 with default headers values

func (*BusAPIRealTimeByFrequencyByOperator2866Status299) Error

func (*BusAPIRealTimeByFrequencyByOperator2866Status299) GetPayload

type BusAPIRealTimeNearStopByOperator2867NotModified

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

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

func NewBusAPIRealTimeNearStopByOperator2867NotModified

func NewBusAPIRealTimeNearStopByOperator2867NotModified() *BusAPIRealTimeNearStopByOperator2867NotModified

NewBusAPIRealTimeNearStopByOperator2867NotModified creates a BusAPIRealTimeNearStopByOperator2867NotModified with default headers values

func (*BusAPIRealTimeNearStopByOperator2867NotModified) Error

type BusAPIRealTimeNearStopByOperator2867OK

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

Success

func NewBusAPIRealTimeNearStopByOperator2867OK

func NewBusAPIRealTimeNearStopByOperator2867OK() *BusAPIRealTimeNearStopByOperator2867OK

NewBusAPIRealTimeNearStopByOperator2867OK creates a BusAPIRealTimeNearStopByOperator2867OK with default headers values

func (*BusAPIRealTimeNearStopByOperator2867OK) Error

func (*BusAPIRealTimeNearStopByOperator2867OK) GetPayload

type BusAPIRealTimeNearStopByOperator2867Params

type BusAPIRealTimeNearStopByOperator2867Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIRealTimeNearStopByOperator2867Params contains all the parameters to send to the API endpoint

for the bus Api real time near stop by operator 2867 operation.

Typically these are written to a http.Request.

func NewBusAPIRealTimeNearStopByOperator2867Params

func NewBusAPIRealTimeNearStopByOperator2867Params() *BusAPIRealTimeNearStopByOperator2867Params

NewBusAPIRealTimeNearStopByOperator2867Params creates a new BusAPIRealTimeNearStopByOperator2867Params 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 NewBusAPIRealTimeNearStopByOperator2867ParamsWithContext

func NewBusAPIRealTimeNearStopByOperator2867ParamsWithContext(ctx context.Context) *BusAPIRealTimeNearStopByOperator2867Params

NewBusAPIRealTimeNearStopByOperator2867ParamsWithContext creates a new BusAPIRealTimeNearStopByOperator2867Params object with the ability to set a context for a request.

func NewBusAPIRealTimeNearStopByOperator2867ParamsWithHTTPClient

func NewBusAPIRealTimeNearStopByOperator2867ParamsWithHTTPClient(client *http.Client) *BusAPIRealTimeNearStopByOperator2867Params

NewBusAPIRealTimeNearStopByOperator2867ParamsWithHTTPClient creates a new BusAPIRealTimeNearStopByOperator2867Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIRealTimeNearStopByOperator2867ParamsWithTimeout

func NewBusAPIRealTimeNearStopByOperator2867ParamsWithTimeout(timeout time.Duration) *BusAPIRealTimeNearStopByOperator2867Params

NewBusAPIRealTimeNearStopByOperator2867ParamsWithTimeout creates a new BusAPIRealTimeNearStopByOperator2867Params object with the ability to set a timeout on a request.

func (*BusAPIRealTimeNearStopByOperator2867Params) SetContext

SetContext adds the context to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDefaults

SetDefaults hydrates default values in the bus Api real time near stop by operator 2867 params (not the query body).

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

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarFormat

func (o *BusAPIRealTimeNearStopByOperator2867Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetHealth

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

SetHealth adds the health to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetOperatorNo

func (o *BusAPIRealTimeNearStopByOperator2867Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) SetTimeout

SetTimeout adds the timeout to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithContext

WithContext adds the context to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDefaults

WithDefaults hydrates default values in the bus Api real time near stop by operator 2867 params (not the query body).

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

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithHealth

WithHealth adds the health to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WithTimeout

WithTimeout adds the timeout to the bus Api real time near stop by operator 2867 params

func (*BusAPIRealTimeNearStopByOperator2867Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIRealTimeNearStopByOperator2867Reader

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

BusAPIRealTimeNearStopByOperator2867Reader is a Reader for the BusAPIRealTimeNearStopByOperator2867 structure.

func (*BusAPIRealTimeNearStopByOperator2867Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIRealTimeNearStopByOperator2867Status299

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

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

func NewBusAPIRealTimeNearStopByOperator2867Status299

func NewBusAPIRealTimeNearStopByOperator2867Status299() *BusAPIRealTimeNearStopByOperator2867Status299

NewBusAPIRealTimeNearStopByOperator2867Status299 creates a BusAPIRealTimeNearStopByOperator2867Status299 with default headers values

func (*BusAPIRealTimeNearStopByOperator2867Status299) Error

func (*BusAPIRealTimeNearStopByOperator2867Status299) GetPayload

type BusAPIRouteByOperator2869NotModified

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

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

func NewBusAPIRouteByOperator2869NotModified

func NewBusAPIRouteByOperator2869NotModified() *BusAPIRouteByOperator2869NotModified

NewBusAPIRouteByOperator2869NotModified creates a BusAPIRouteByOperator2869NotModified with default headers values

func (*BusAPIRouteByOperator2869NotModified) Error

type BusAPIRouteByOperator2869OK

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

Success

func NewBusAPIRouteByOperator2869OK

func NewBusAPIRouteByOperator2869OK() *BusAPIRouteByOperator2869OK

NewBusAPIRouteByOperator2869OK creates a BusAPIRouteByOperator2869OK with default headers values

func (*BusAPIRouteByOperator2869OK) Error

func (*BusAPIRouteByOperator2869OK) GetPayload

type BusAPIRouteByOperator2869Params

type BusAPIRouteByOperator2869Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIRouteByOperator2869Params contains all the parameters to send to the API endpoint

for the bus Api route by operator 2869 operation.

Typically these are written to a http.Request.

func NewBusAPIRouteByOperator2869Params

func NewBusAPIRouteByOperator2869Params() *BusAPIRouteByOperator2869Params

NewBusAPIRouteByOperator2869Params creates a new BusAPIRouteByOperator2869Params 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 NewBusAPIRouteByOperator2869ParamsWithContext

func NewBusAPIRouteByOperator2869ParamsWithContext(ctx context.Context) *BusAPIRouteByOperator2869Params

NewBusAPIRouteByOperator2869ParamsWithContext creates a new BusAPIRouteByOperator2869Params object with the ability to set a context for a request.

func NewBusAPIRouteByOperator2869ParamsWithHTTPClient

func NewBusAPIRouteByOperator2869ParamsWithHTTPClient(client *http.Client) *BusAPIRouteByOperator2869Params

NewBusAPIRouteByOperator2869ParamsWithHTTPClient creates a new BusAPIRouteByOperator2869Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIRouteByOperator2869ParamsWithTimeout

func NewBusAPIRouteByOperator2869ParamsWithTimeout(timeout time.Duration) *BusAPIRouteByOperator2869Params

NewBusAPIRouteByOperator2869ParamsWithTimeout creates a new BusAPIRouteByOperator2869Params object with the ability to set a timeout on a request.

func (*BusAPIRouteByOperator2869Params) SetContext

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

SetContext adds the context to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDefaults

func (o *BusAPIRouteByOperator2869Params) SetDefaults()

SetDefaults hydrates default values in the bus Api route by operator 2869 params (not the query body).

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

func (*BusAPIRouteByOperator2869Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDollarFormat

func (o *BusAPIRouteByOperator2869Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetHealth

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

SetHealth adds the health to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetOperatorNo

func (o *BusAPIRouteByOperator2869Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithContext

WithContext adds the context to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDefaults

WithDefaults hydrates default values in the bus Api route by operator 2869 params (not the query body).

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

func (*BusAPIRouteByOperator2869Params) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithHealth

WithHealth adds the health to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WithTimeout

WithTimeout adds the timeout to the bus Api route by operator 2869 params

func (*BusAPIRouteByOperator2869Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIRouteByOperator2869Reader

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

BusAPIRouteByOperator2869Reader is a Reader for the BusAPIRouteByOperator2869 structure.

func (*BusAPIRouteByOperator2869Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIRouteByOperator2869Status299

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

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

func NewBusAPIRouteByOperator2869Status299

func NewBusAPIRouteByOperator2869Status299() *BusAPIRouteByOperator2869Status299

NewBusAPIRouteByOperator2869Status299 creates a BusAPIRouteByOperator2869Status299 with default headers values

func (*BusAPIRouteByOperator2869Status299) Error

func (*BusAPIRouteByOperator2869Status299) GetPayload

type BusAPIRouteFareByOperator2877NotModified

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

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

func NewBusAPIRouteFareByOperator2877NotModified

func NewBusAPIRouteFareByOperator2877NotModified() *BusAPIRouteFareByOperator2877NotModified

NewBusAPIRouteFareByOperator2877NotModified creates a BusAPIRouteFareByOperator2877NotModified with default headers values

func (*BusAPIRouteFareByOperator2877NotModified) Error

type BusAPIRouteFareByOperator2877OK

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

Success

func NewBusAPIRouteFareByOperator2877OK

func NewBusAPIRouteFareByOperator2877OK() *BusAPIRouteFareByOperator2877OK

NewBusAPIRouteFareByOperator2877OK creates a BusAPIRouteFareByOperator2877OK with default headers values

func (*BusAPIRouteFareByOperator2877OK) Error

func (*BusAPIRouteFareByOperator2877OK) GetPayload

type BusAPIRouteFareByOperator2877Params

type BusAPIRouteFareByOperator2877Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIRouteFareByOperator2877Params contains all the parameters to send to the API endpoint

for the bus Api route fare by operator 2877 operation.

Typically these are written to a http.Request.

func NewBusAPIRouteFareByOperator2877Params

func NewBusAPIRouteFareByOperator2877Params() *BusAPIRouteFareByOperator2877Params

NewBusAPIRouteFareByOperator2877Params creates a new BusAPIRouteFareByOperator2877Params 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 NewBusAPIRouteFareByOperator2877ParamsWithContext

func NewBusAPIRouteFareByOperator2877ParamsWithContext(ctx context.Context) *BusAPIRouteFareByOperator2877Params

NewBusAPIRouteFareByOperator2877ParamsWithContext creates a new BusAPIRouteFareByOperator2877Params object with the ability to set a context for a request.

func NewBusAPIRouteFareByOperator2877ParamsWithHTTPClient

func NewBusAPIRouteFareByOperator2877ParamsWithHTTPClient(client *http.Client) *BusAPIRouteFareByOperator2877Params

NewBusAPIRouteFareByOperator2877ParamsWithHTTPClient creates a new BusAPIRouteFareByOperator2877Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIRouteFareByOperator2877ParamsWithTimeout

func NewBusAPIRouteFareByOperator2877ParamsWithTimeout(timeout time.Duration) *BusAPIRouteFareByOperator2877Params

NewBusAPIRouteFareByOperator2877ParamsWithTimeout creates a new BusAPIRouteFareByOperator2877Params object with the ability to set a timeout on a request.

func (*BusAPIRouteFareByOperator2877Params) SetContext

SetContext adds the context to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDefaults

func (o *BusAPIRouteFareByOperator2877Params) SetDefaults()

SetDefaults hydrates default values in the bus Api route fare by operator 2877 params (not the query body).

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

func (*BusAPIRouteFareByOperator2877Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDollarFormat

func (o *BusAPIRouteFareByOperator2877Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetHealth

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

SetHealth adds the health to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetOperatorNo

func (o *BusAPIRouteFareByOperator2877Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithContext

WithContext adds the context to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDefaults

WithDefaults hydrates default values in the bus Api route fare by operator 2877 params (not the query body).

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

func (*BusAPIRouteFareByOperator2877Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithHealth

WithHealth adds the health to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WithTimeout

WithTimeout adds the timeout to the bus Api route fare by operator 2877 params

func (*BusAPIRouteFareByOperator2877Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIRouteFareByOperator2877Reader

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

BusAPIRouteFareByOperator2877Reader is a Reader for the BusAPIRouteFareByOperator2877 structure.

func (*BusAPIRouteFareByOperator2877Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIRouteFareByOperator2877Status299

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

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

func NewBusAPIRouteFareByOperator2877Status299

func NewBusAPIRouteFareByOperator2877Status299() *BusAPIRouteFareByOperator2877Status299

NewBusAPIRouteFareByOperator2877Status299 creates a BusAPIRouteFareByOperator2877Status299 with default headers values

func (*BusAPIRouteFareByOperator2877Status299) Error

func (*BusAPIRouteFareByOperator2877Status299) GetPayload

type BusAPIScheduleByOperator2875NotModified

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

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

func NewBusAPIScheduleByOperator2875NotModified

func NewBusAPIScheduleByOperator2875NotModified() *BusAPIScheduleByOperator2875NotModified

NewBusAPIScheduleByOperator2875NotModified creates a BusAPIScheduleByOperator2875NotModified with default headers values

func (*BusAPIScheduleByOperator2875NotModified) Error

type BusAPIScheduleByOperator2875OK

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

Success

func NewBusAPIScheduleByOperator2875OK

func NewBusAPIScheduleByOperator2875OK() *BusAPIScheduleByOperator2875OK

NewBusAPIScheduleByOperator2875OK creates a BusAPIScheduleByOperator2875OK with default headers values

func (*BusAPIScheduleByOperator2875OK) Error

func (*BusAPIScheduleByOperator2875OK) GetPayload

type BusAPIScheduleByOperator2875Params

type BusAPIScheduleByOperator2875Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIScheduleByOperator2875Params contains all the parameters to send to the API endpoint

for the bus Api schedule by operator 2875 operation.

Typically these are written to a http.Request.

func NewBusAPIScheduleByOperator2875Params

func NewBusAPIScheduleByOperator2875Params() *BusAPIScheduleByOperator2875Params

NewBusAPIScheduleByOperator2875Params creates a new BusAPIScheduleByOperator2875Params 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 NewBusAPIScheduleByOperator2875ParamsWithContext

func NewBusAPIScheduleByOperator2875ParamsWithContext(ctx context.Context) *BusAPIScheduleByOperator2875Params

NewBusAPIScheduleByOperator2875ParamsWithContext creates a new BusAPIScheduleByOperator2875Params object with the ability to set a context for a request.

func NewBusAPIScheduleByOperator2875ParamsWithHTTPClient

func NewBusAPIScheduleByOperator2875ParamsWithHTTPClient(client *http.Client) *BusAPIScheduleByOperator2875Params

NewBusAPIScheduleByOperator2875ParamsWithHTTPClient creates a new BusAPIScheduleByOperator2875Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIScheduleByOperator2875ParamsWithTimeout

func NewBusAPIScheduleByOperator2875ParamsWithTimeout(timeout time.Duration) *BusAPIScheduleByOperator2875Params

NewBusAPIScheduleByOperator2875ParamsWithTimeout creates a new BusAPIScheduleByOperator2875Params object with the ability to set a timeout on a request.

func (*BusAPIScheduleByOperator2875Params) SetContext

SetContext adds the context to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDefaults

func (o *BusAPIScheduleByOperator2875Params) SetDefaults()

SetDefaults hydrates default values in the bus Api schedule by operator 2875 params (not the query body).

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

func (*BusAPIScheduleByOperator2875Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDollarFormat

func (o *BusAPIScheduleByOperator2875Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetHealth

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

SetHealth adds the health to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetOperatorNo

func (o *BusAPIScheduleByOperator2875Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithContext

WithContext adds the context to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDefaults

WithDefaults hydrates default values in the bus Api schedule by operator 2875 params (not the query body).

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

func (*BusAPIScheduleByOperator2875Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithHealth

WithHealth adds the health to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WithTimeout

WithTimeout adds the timeout to the bus Api schedule by operator 2875 params

func (*BusAPIScheduleByOperator2875Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIScheduleByOperator2875Reader

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

BusAPIScheduleByOperator2875Reader is a Reader for the BusAPIScheduleByOperator2875 structure.

func (*BusAPIScheduleByOperator2875Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIScheduleByOperator2875Status299

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

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

func NewBusAPIScheduleByOperator2875Status299

func NewBusAPIScheduleByOperator2875Status299() *BusAPIScheduleByOperator2875Status299

NewBusAPIScheduleByOperator2875Status299 creates a BusAPIScheduleByOperator2875Status299 with default headers values

func (*BusAPIScheduleByOperator2875Status299) Error

func (*BusAPIScheduleByOperator2875Status299) GetPayload

type BusAPIShapeByOperator2876NotModified

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

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

func NewBusAPIShapeByOperator2876NotModified

func NewBusAPIShapeByOperator2876NotModified() *BusAPIShapeByOperator2876NotModified

NewBusAPIShapeByOperator2876NotModified creates a BusAPIShapeByOperator2876NotModified with default headers values

func (*BusAPIShapeByOperator2876NotModified) Error

type BusAPIShapeByOperator2876OK

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

Success

func NewBusAPIShapeByOperator2876OK

func NewBusAPIShapeByOperator2876OK() *BusAPIShapeByOperator2876OK

NewBusAPIShapeByOperator2876OK creates a BusAPIShapeByOperator2876OK with default headers values

func (*BusAPIShapeByOperator2876OK) Error

func (*BusAPIShapeByOperator2876OK) GetPayload

type BusAPIShapeByOperator2876Params

type BusAPIShapeByOperator2876Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIShapeByOperator2876Params contains all the parameters to send to the API endpoint

for the bus Api shape by operator 2876 operation.

Typically these are written to a http.Request.

func NewBusAPIShapeByOperator2876Params

func NewBusAPIShapeByOperator2876Params() *BusAPIShapeByOperator2876Params

NewBusAPIShapeByOperator2876Params creates a new BusAPIShapeByOperator2876Params 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 NewBusAPIShapeByOperator2876ParamsWithContext

func NewBusAPIShapeByOperator2876ParamsWithContext(ctx context.Context) *BusAPIShapeByOperator2876Params

NewBusAPIShapeByOperator2876ParamsWithContext creates a new BusAPIShapeByOperator2876Params object with the ability to set a context for a request.

func NewBusAPIShapeByOperator2876ParamsWithHTTPClient

func NewBusAPIShapeByOperator2876ParamsWithHTTPClient(client *http.Client) *BusAPIShapeByOperator2876Params

NewBusAPIShapeByOperator2876ParamsWithHTTPClient creates a new BusAPIShapeByOperator2876Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIShapeByOperator2876ParamsWithTimeout

func NewBusAPIShapeByOperator2876ParamsWithTimeout(timeout time.Duration) *BusAPIShapeByOperator2876Params

NewBusAPIShapeByOperator2876ParamsWithTimeout creates a new BusAPIShapeByOperator2876Params object with the ability to set a timeout on a request.

func (*BusAPIShapeByOperator2876Params) SetContext

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

SetContext adds the context to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDefaults

func (o *BusAPIShapeByOperator2876Params) SetDefaults()

SetDefaults hydrates default values in the bus Api shape by operator 2876 params (not the query body).

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

func (*BusAPIShapeByOperator2876Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDollarFormat

func (o *BusAPIShapeByOperator2876Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetHealth

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

SetHealth adds the health to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetOperatorNo

func (o *BusAPIShapeByOperator2876Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithContext

WithContext adds the context to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDefaults

WithDefaults hydrates default values in the bus Api shape by operator 2876 params (not the query body).

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

func (*BusAPIShapeByOperator2876Params) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithHealth

WithHealth adds the health to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WithTimeout

WithTimeout adds the timeout to the bus Api shape by operator 2876 params

func (*BusAPIShapeByOperator2876Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIShapeByOperator2876Reader

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

BusAPIShapeByOperator2876Reader is a Reader for the BusAPIShapeByOperator2876 structure.

func (*BusAPIShapeByOperator2876Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIShapeByOperator2876Status299

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

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

func NewBusAPIShapeByOperator2876Status299

func NewBusAPIShapeByOperator2876Status299() *BusAPIShapeByOperator2876Status299

NewBusAPIShapeByOperator2876Status299 creates a BusAPIShapeByOperator2876Status299 with default headers values

func (*BusAPIShapeByOperator2876Status299) Error

func (*BusAPIShapeByOperator2876Status299) GetPayload

type BusAPIStationByOperator2873NotModified

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

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

func NewBusAPIStationByOperator2873NotModified

func NewBusAPIStationByOperator2873NotModified() *BusAPIStationByOperator2873NotModified

NewBusAPIStationByOperator2873NotModified creates a BusAPIStationByOperator2873NotModified with default headers values

func (*BusAPIStationByOperator2873NotModified) Error

type BusAPIStationByOperator2873OK

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

Success

func NewBusAPIStationByOperator2873OK

func NewBusAPIStationByOperator2873OK() *BusAPIStationByOperator2873OK

NewBusAPIStationByOperator2873OK creates a BusAPIStationByOperator2873OK with default headers values

func (*BusAPIStationByOperator2873OK) Error

func (*BusAPIStationByOperator2873OK) GetPayload

type BusAPIStationByOperator2873Params

type BusAPIStationByOperator2873Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIStationByOperator2873Params contains all the parameters to send to the API endpoint

for the bus Api station by operator 2873 operation.

Typically these are written to a http.Request.

func NewBusAPIStationByOperator2873Params

func NewBusAPIStationByOperator2873Params() *BusAPIStationByOperator2873Params

NewBusAPIStationByOperator2873Params creates a new BusAPIStationByOperator2873Params 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 NewBusAPIStationByOperator2873ParamsWithContext

func NewBusAPIStationByOperator2873ParamsWithContext(ctx context.Context) *BusAPIStationByOperator2873Params

NewBusAPIStationByOperator2873ParamsWithContext creates a new BusAPIStationByOperator2873Params object with the ability to set a context for a request.

func NewBusAPIStationByOperator2873ParamsWithHTTPClient

func NewBusAPIStationByOperator2873ParamsWithHTTPClient(client *http.Client) *BusAPIStationByOperator2873Params

NewBusAPIStationByOperator2873ParamsWithHTTPClient creates a new BusAPIStationByOperator2873Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIStationByOperator2873ParamsWithTimeout

func NewBusAPIStationByOperator2873ParamsWithTimeout(timeout time.Duration) *BusAPIStationByOperator2873Params

NewBusAPIStationByOperator2873ParamsWithTimeout creates a new BusAPIStationByOperator2873Params object with the ability to set a timeout on a request.

func (*BusAPIStationByOperator2873Params) SetContext

SetContext adds the context to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDefaults

func (o *BusAPIStationByOperator2873Params) SetDefaults()

SetDefaults hydrates default values in the bus Api station by operator 2873 params (not the query body).

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

func (*BusAPIStationByOperator2873Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarFormat

func (o *BusAPIStationByOperator2873Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarSpatialFilter

func (o *BusAPIStationByOperator2873Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetHealth

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

SetHealth adds the health to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetOperatorNo

func (o *BusAPIStationByOperator2873Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithContext

WithContext adds the context to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDefaults

WithDefaults hydrates default values in the bus Api station by operator 2873 params (not the query body).

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

func (*BusAPIStationByOperator2873Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarSpatialFilter

func (o *BusAPIStationByOperator2873Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *BusAPIStationByOperator2873Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithHealth

WithHealth adds the health to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WithTimeout

WithTimeout adds the timeout to the bus Api station by operator 2873 params

func (*BusAPIStationByOperator2873Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIStationByOperator2873Reader

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

BusAPIStationByOperator2873Reader is a Reader for the BusAPIStationByOperator2873 structure.

func (*BusAPIStationByOperator2873Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIStationByOperator2873Status299

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

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

func NewBusAPIStationByOperator2873Status299

func NewBusAPIStationByOperator2873Status299() *BusAPIStationByOperator2873Status299

NewBusAPIStationByOperator2873Status299 creates a BusAPIStationByOperator2873Status299 with default headers values

func (*BusAPIStationByOperator2873Status299) Error

func (*BusAPIStationByOperator2873Status299) GetPayload

type BusAPIStopByOperator2872NotModified

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

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

func NewBusAPIStopByOperator2872NotModified

func NewBusAPIStopByOperator2872NotModified() *BusAPIStopByOperator2872NotModified

NewBusAPIStopByOperator2872NotModified creates a BusAPIStopByOperator2872NotModified with default headers values

func (*BusAPIStopByOperator2872NotModified) Error

type BusAPIStopByOperator2872OK

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

Success

func NewBusAPIStopByOperator2872OK

func NewBusAPIStopByOperator2872OK() *BusAPIStopByOperator2872OK

NewBusAPIStopByOperator2872OK creates a BusAPIStopByOperator2872OK with default headers values

func (*BusAPIStopByOperator2872OK) Error

func (*BusAPIStopByOperator2872OK) GetPayload

type BusAPIStopByOperator2872Params

type BusAPIStopByOperator2872Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIStopByOperator2872Params contains all the parameters to send to the API endpoint

for the bus Api stop by operator 2872 operation.

Typically these are written to a http.Request.

func NewBusAPIStopByOperator2872Params

func NewBusAPIStopByOperator2872Params() *BusAPIStopByOperator2872Params

NewBusAPIStopByOperator2872Params creates a new BusAPIStopByOperator2872Params 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 NewBusAPIStopByOperator2872ParamsWithContext

func NewBusAPIStopByOperator2872ParamsWithContext(ctx context.Context) *BusAPIStopByOperator2872Params

NewBusAPIStopByOperator2872ParamsWithContext creates a new BusAPIStopByOperator2872Params object with the ability to set a context for a request.

func NewBusAPIStopByOperator2872ParamsWithHTTPClient

func NewBusAPIStopByOperator2872ParamsWithHTTPClient(client *http.Client) *BusAPIStopByOperator2872Params

NewBusAPIStopByOperator2872ParamsWithHTTPClient creates a new BusAPIStopByOperator2872Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIStopByOperator2872ParamsWithTimeout

func NewBusAPIStopByOperator2872ParamsWithTimeout(timeout time.Duration) *BusAPIStopByOperator2872Params

NewBusAPIStopByOperator2872ParamsWithTimeout creates a new BusAPIStopByOperator2872Params object with the ability to set a timeout on a request.

func (*BusAPIStopByOperator2872Params) SetContext

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

SetContext adds the context to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDefaults

func (o *BusAPIStopByOperator2872Params) SetDefaults()

SetDefaults hydrates default values in the bus Api stop by operator 2872 params (not the query body).

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

func (*BusAPIStopByOperator2872Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarFormat

func (o *BusAPIStopByOperator2872Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarSpatialFilter

func (o *BusAPIStopByOperator2872Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetHealth

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

SetHealth adds the health to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetOperatorNo

func (o *BusAPIStopByOperator2872Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithContext

WithContext adds the context to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDefaults

WithDefaults hydrates default values in the bus Api stop by operator 2872 params (not the query body).

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

func (*BusAPIStopByOperator2872Params) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarSpatialFilter

func (o *BusAPIStopByOperator2872Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *BusAPIStopByOperator2872Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithHealth

WithHealth adds the health to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WithTimeout

WithTimeout adds the timeout to the bus Api stop by operator 2872 params

func (*BusAPIStopByOperator2872Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIStopByOperator2872Reader

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

BusAPIStopByOperator2872Reader is a Reader for the BusAPIStopByOperator2872 structure.

func (*BusAPIStopByOperator2872Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIStopByOperator2872Status299

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

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

func NewBusAPIStopByOperator2872Status299

func NewBusAPIStopByOperator2872Status299() *BusAPIStopByOperator2872Status299

NewBusAPIStopByOperator2872Status299 creates a BusAPIStopByOperator2872Status299 with default headers values

func (*BusAPIStopByOperator2872Status299) Error

func (*BusAPIStopByOperator2872Status299) GetPayload

type BusAPIStopOfRouteByOperator2874NotModified

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

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

func NewBusAPIStopOfRouteByOperator2874NotModified

func NewBusAPIStopOfRouteByOperator2874NotModified() *BusAPIStopOfRouteByOperator2874NotModified

NewBusAPIStopOfRouteByOperator2874NotModified creates a BusAPIStopOfRouteByOperator2874NotModified with default headers values

func (*BusAPIStopOfRouteByOperator2874NotModified) Error

type BusAPIStopOfRouteByOperator2874OK

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

Success

func NewBusAPIStopOfRouteByOperator2874OK

func NewBusAPIStopOfRouteByOperator2874OK() *BusAPIStopOfRouteByOperator2874OK

NewBusAPIStopOfRouteByOperator2874OK creates a BusAPIStopOfRouteByOperator2874OK with default headers values

func (*BusAPIStopOfRouteByOperator2874OK) Error

func (*BusAPIStopOfRouteByOperator2874OK) GetPayload

type BusAPIStopOfRouteByOperator2874Params

type BusAPIStopOfRouteByOperator2874Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

BusAPIStopOfRouteByOperator2874Params contains all the parameters to send to the API endpoint

for the bus Api stop of route by operator 2874 operation.

Typically these are written to a http.Request.

func NewBusAPIStopOfRouteByOperator2874Params

func NewBusAPIStopOfRouteByOperator2874Params() *BusAPIStopOfRouteByOperator2874Params

NewBusAPIStopOfRouteByOperator2874Params creates a new BusAPIStopOfRouteByOperator2874Params 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 NewBusAPIStopOfRouteByOperator2874ParamsWithContext

func NewBusAPIStopOfRouteByOperator2874ParamsWithContext(ctx context.Context) *BusAPIStopOfRouteByOperator2874Params

NewBusAPIStopOfRouteByOperator2874ParamsWithContext creates a new BusAPIStopOfRouteByOperator2874Params object with the ability to set a context for a request.

func NewBusAPIStopOfRouteByOperator2874ParamsWithHTTPClient

func NewBusAPIStopOfRouteByOperator2874ParamsWithHTTPClient(client *http.Client) *BusAPIStopOfRouteByOperator2874Params

NewBusAPIStopOfRouteByOperator2874ParamsWithHTTPClient creates a new BusAPIStopOfRouteByOperator2874Params object with the ability to set a custom HTTPClient for a request.

func NewBusAPIStopOfRouteByOperator2874ParamsWithTimeout

func NewBusAPIStopOfRouteByOperator2874ParamsWithTimeout(timeout time.Duration) *BusAPIStopOfRouteByOperator2874Params

NewBusAPIStopOfRouteByOperator2874ParamsWithTimeout creates a new BusAPIStopOfRouteByOperator2874Params object with the ability to set a timeout on a request.

func (*BusAPIStopOfRouteByOperator2874Params) SetContext

SetContext adds the context to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDefaults

func (o *BusAPIStopOfRouteByOperator2874Params) SetDefaults()

SetDefaults hydrates default values in the bus Api stop of route by operator 2874 params (not the query body).

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

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarFormat

func (o *BusAPIStopOfRouteByOperator2874Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetHealth

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

SetHealth adds the health to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetOperatorNo

func (o *BusAPIStopOfRouteByOperator2874Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) SetTimeout

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

SetTimeout adds the timeout to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithContext

WithContext adds the context to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDefaults

WithDefaults hydrates default values in the bus Api stop of route by operator 2874 params (not the query body).

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

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithDollarTop

WithDollarTop adds the dollarTop to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithHealth

WithHealth adds the health to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WithTimeout

WithTimeout adds the timeout to the bus Api stop of route by operator 2874 params

func (*BusAPIStopOfRouteByOperator2874Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BusAPIStopOfRouteByOperator2874Reader

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

BusAPIStopOfRouteByOperator2874Reader is a Reader for the BusAPIStopOfRouteByOperator2874 structure.

func (*BusAPIStopOfRouteByOperator2874Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BusAPIStopOfRouteByOperator2874Status299

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

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

func NewBusAPIStopOfRouteByOperator2874Status299

func NewBusAPIStopOfRouteByOperator2874Status299() *BusAPIStopOfRouteByOperator2874Status299

NewBusAPIStopOfRouteByOperator2874Status299 creates a BusAPIStopOfRouteByOperator2874Status299 with default headers values

func (*BusAPIStopOfRouteByOperator2874Status299) Error

func (*BusAPIStopOfRouteByOperator2874Status299) GetPayload

type CityBusAPIRealTimeByFrequencyByOperator2856NotModified

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

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

func NewCityBusAPIRealTimeByFrequencyByOperator2856NotModified

func NewCityBusAPIRealTimeByFrequencyByOperator2856NotModified() *CityBusAPIRealTimeByFrequencyByOperator2856NotModified

NewCityBusAPIRealTimeByFrequencyByOperator2856NotModified creates a CityBusAPIRealTimeByFrequencyByOperator2856NotModified with default headers values

func (*CityBusAPIRealTimeByFrequencyByOperator2856NotModified) Error

type CityBusAPIRealTimeByFrequencyByOperator2856OK

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

Success

func NewCityBusAPIRealTimeByFrequencyByOperator2856OK

func NewCityBusAPIRealTimeByFrequencyByOperator2856OK() *CityBusAPIRealTimeByFrequencyByOperator2856OK

NewCityBusAPIRealTimeByFrequencyByOperator2856OK creates a CityBusAPIRealTimeByFrequencyByOperator2856OK with default headers values

func (*CityBusAPIRealTimeByFrequencyByOperator2856OK) Error

func (*CityBusAPIRealTimeByFrequencyByOperator2856OK) GetPayload

type CityBusAPIRealTimeByFrequencyByOperator2856Params

type CityBusAPIRealTimeByFrequencyByOperator2856Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIRealTimeByFrequencyByOperator2856Params contains all the parameters to send to the API endpoint

for the city bus Api real time by frequency by operator 2856 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeByFrequencyByOperator2856Params

func NewCityBusAPIRealTimeByFrequencyByOperator2856Params() *CityBusAPIRealTimeByFrequencyByOperator2856Params

NewCityBusAPIRealTimeByFrequencyByOperator2856Params creates a new CityBusAPIRealTimeByFrequencyByOperator2856Params 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 NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithContext

func NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeByFrequencyByOperator2856Params

NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithContext creates a new CityBusAPIRealTimeByFrequencyByOperator2856Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithHTTPClient

func NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeByFrequencyByOperator2856Params

NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithHTTPClient creates a new CityBusAPIRealTimeByFrequencyByOperator2856Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithTimeout

func NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeByFrequencyByOperator2856Params

NewCityBusAPIRealTimeByFrequencyByOperator2856ParamsWithTimeout creates a new CityBusAPIRealTimeByFrequencyByOperator2856Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetCity

SetCity adds the city to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetContext

SetContext adds the context to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDefaults

SetDefaults hydrates default values in the city bus Api real time by frequency by operator 2856 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarFormat

func (o *CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarSpatialFilter

func (o *CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetHealth

SetHealth adds the health to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetOperatorNo

func (o *CityBusAPIRealTimeByFrequencyByOperator2856Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) SetTimeout

SetTimeout adds the timeout to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithCity

WithCity adds the city to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithContext

WithContext adds the context to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDefaults

WithDefaults hydrates default values in the city bus Api real time by frequency by operator 2856 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarSpatialFilter

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithHealth

WithHealth adds the health to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WithTimeout

WithTimeout adds the timeout to the city bus Api real time by frequency by operator 2856 params

func (*CityBusAPIRealTimeByFrequencyByOperator2856Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeByFrequencyByOperator2856Reader

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

CityBusAPIRealTimeByFrequencyByOperator2856Reader is a Reader for the CityBusAPIRealTimeByFrequencyByOperator2856 structure.

func (*CityBusAPIRealTimeByFrequencyByOperator2856Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeByFrequencyByOperator2856Status299

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

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

func NewCityBusAPIRealTimeByFrequencyByOperator2856Status299

func NewCityBusAPIRealTimeByFrequencyByOperator2856Status299() *CityBusAPIRealTimeByFrequencyByOperator2856Status299

NewCityBusAPIRealTimeByFrequencyByOperator2856Status299 creates a CityBusAPIRealTimeByFrequencyByOperator2856Status299 with default headers values

func (*CityBusAPIRealTimeByFrequencyByOperator2856Status299) Error

func (*CityBusAPIRealTimeByFrequencyByOperator2856Status299) GetPayload

type CityBusAPIRealTimeNearStopByOperator2857NotModified

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

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

func NewCityBusAPIRealTimeNearStopByOperator2857NotModified

func NewCityBusAPIRealTimeNearStopByOperator2857NotModified() *CityBusAPIRealTimeNearStopByOperator2857NotModified

NewCityBusAPIRealTimeNearStopByOperator2857NotModified creates a CityBusAPIRealTimeNearStopByOperator2857NotModified with default headers values

func (*CityBusAPIRealTimeNearStopByOperator2857NotModified) Error

type CityBusAPIRealTimeNearStopByOperator2857OK

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

Success

func NewCityBusAPIRealTimeNearStopByOperator2857OK

func NewCityBusAPIRealTimeNearStopByOperator2857OK() *CityBusAPIRealTimeNearStopByOperator2857OK

NewCityBusAPIRealTimeNearStopByOperator2857OK creates a CityBusAPIRealTimeNearStopByOperator2857OK with default headers values

func (*CityBusAPIRealTimeNearStopByOperator2857OK) Error

func (*CityBusAPIRealTimeNearStopByOperator2857OK) GetPayload

type CityBusAPIRealTimeNearStopByOperator2857Params

type CityBusAPIRealTimeNearStopByOperator2857Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIRealTimeNearStopByOperator2857Params contains all the parameters to send to the API endpoint

for the city bus Api real time near stop by operator 2857 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeNearStopByOperator2857Params

func NewCityBusAPIRealTimeNearStopByOperator2857Params() *CityBusAPIRealTimeNearStopByOperator2857Params

NewCityBusAPIRealTimeNearStopByOperator2857Params creates a new CityBusAPIRealTimeNearStopByOperator2857Params 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 NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithContext

func NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeNearStopByOperator2857Params

NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithContext creates a new CityBusAPIRealTimeNearStopByOperator2857Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithHTTPClient

func NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeNearStopByOperator2857Params

NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithHTTPClient creates a new CityBusAPIRealTimeNearStopByOperator2857Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithTimeout

func NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeNearStopByOperator2857Params

NewCityBusAPIRealTimeNearStopByOperator2857ParamsWithTimeout creates a new CityBusAPIRealTimeNearStopByOperator2857Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetCity

SetCity adds the city to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetContext

SetContext adds the context to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDefaults

SetDefaults hydrates default values in the city bus Api real time near stop by operator 2857 params (not the query body).

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

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarFormat

func (o *CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetHealth

SetHealth adds the health to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetOperatorNo

func (o *CityBusAPIRealTimeNearStopByOperator2857Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) SetTimeout

SetTimeout adds the timeout to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithCity

WithCity adds the city to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithContext

WithContext adds the context to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDefaults

WithDefaults hydrates default values in the city bus Api real time near stop by operator 2857 params (not the query body).

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

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithHealth

WithHealth adds the health to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WithTimeout

WithTimeout adds the timeout to the city bus Api real time near stop by operator 2857 params

func (*CityBusAPIRealTimeNearStopByOperator2857Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeNearStopByOperator2857Reader

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

CityBusAPIRealTimeNearStopByOperator2857Reader is a Reader for the CityBusAPIRealTimeNearStopByOperator2857 structure.

func (*CityBusAPIRealTimeNearStopByOperator2857Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeNearStopByOperator2857Status299

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

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

func NewCityBusAPIRealTimeNearStopByOperator2857Status299

func NewCityBusAPIRealTimeNearStopByOperator2857Status299() *CityBusAPIRealTimeNearStopByOperator2857Status299

NewCityBusAPIRealTimeNearStopByOperator2857Status299 creates a CityBusAPIRealTimeNearStopByOperator2857Status299 with default headers values

func (*CityBusAPIRealTimeNearStopByOperator2857Status299) Error

func (*CityBusAPIRealTimeNearStopByOperator2857Status299) GetPayload

type CityBusAPIRouteByOperator2859NotModified

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

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

func NewCityBusAPIRouteByOperator2859NotModified

func NewCityBusAPIRouteByOperator2859NotModified() *CityBusAPIRouteByOperator2859NotModified

NewCityBusAPIRouteByOperator2859NotModified creates a CityBusAPIRouteByOperator2859NotModified with default headers values

func (*CityBusAPIRouteByOperator2859NotModified) Error

type CityBusAPIRouteByOperator2859OK

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

Success

func NewCityBusAPIRouteByOperator2859OK

func NewCityBusAPIRouteByOperator2859OK() *CityBusAPIRouteByOperator2859OK

NewCityBusAPIRouteByOperator2859OK creates a CityBusAPIRouteByOperator2859OK with default headers values

func (*CityBusAPIRouteByOperator2859OK) Error

func (*CityBusAPIRouteByOperator2859OK) GetPayload

type CityBusAPIRouteByOperator2859Params

type CityBusAPIRouteByOperator2859Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIRouteByOperator2859Params contains all the parameters to send to the API endpoint

for the city bus Api route by operator 2859 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRouteByOperator2859Params

func NewCityBusAPIRouteByOperator2859Params() *CityBusAPIRouteByOperator2859Params

NewCityBusAPIRouteByOperator2859Params creates a new CityBusAPIRouteByOperator2859Params 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 NewCityBusAPIRouteByOperator2859ParamsWithContext

func NewCityBusAPIRouteByOperator2859ParamsWithContext(ctx context.Context) *CityBusAPIRouteByOperator2859Params

NewCityBusAPIRouteByOperator2859ParamsWithContext creates a new CityBusAPIRouteByOperator2859Params object with the ability to set a context for a request.

func NewCityBusAPIRouteByOperator2859ParamsWithHTTPClient

func NewCityBusAPIRouteByOperator2859ParamsWithHTTPClient(client *http.Client) *CityBusAPIRouteByOperator2859Params

NewCityBusAPIRouteByOperator2859ParamsWithHTTPClient creates a new CityBusAPIRouteByOperator2859Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRouteByOperator2859ParamsWithTimeout

func NewCityBusAPIRouteByOperator2859ParamsWithTimeout(timeout time.Duration) *CityBusAPIRouteByOperator2859Params

NewCityBusAPIRouteByOperator2859ParamsWithTimeout creates a new CityBusAPIRouteByOperator2859Params object with the ability to set a timeout on a request.

func (*CityBusAPIRouteByOperator2859Params) SetCity

SetCity adds the city to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetContext

SetContext adds the context to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDefaults

func (o *CityBusAPIRouteByOperator2859Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api route by operator 2859 params (not the query body).

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

func (*CityBusAPIRouteByOperator2859Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDollarFormat

func (o *CityBusAPIRouteByOperator2859Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetHealth

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

SetHealth adds the health to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetOperatorNo

func (o *CityBusAPIRouteByOperator2859Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithCity

WithCity adds the city to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithContext

WithContext adds the context to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDefaults

WithDefaults hydrates default values in the city bus Api route by operator 2859 params (not the query body).

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

func (*CityBusAPIRouteByOperator2859Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithHealth

WithHealth adds the health to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WithTimeout

WithTimeout adds the timeout to the city bus Api route by operator 2859 params

func (*CityBusAPIRouteByOperator2859Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIRouteByOperator2859Reader

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

CityBusAPIRouteByOperator2859Reader is a Reader for the CityBusAPIRouteByOperator2859 structure.

func (*CityBusAPIRouteByOperator2859Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIRouteByOperator2859Status299

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

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

func NewCityBusAPIRouteByOperator2859Status299

func NewCityBusAPIRouteByOperator2859Status299() *CityBusAPIRouteByOperator2859Status299

NewCityBusAPIRouteByOperator2859Status299 creates a CityBusAPIRouteByOperator2859Status299 with default headers values

func (*CityBusAPIRouteByOperator2859Status299) Error

func (*CityBusAPIRouteByOperator2859Status299) GetPayload

type CityBusAPIRouteFareByOperator2865NotModified

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

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

func NewCityBusAPIRouteFareByOperator2865NotModified

func NewCityBusAPIRouteFareByOperator2865NotModified() *CityBusAPIRouteFareByOperator2865NotModified

NewCityBusAPIRouteFareByOperator2865NotModified creates a CityBusAPIRouteFareByOperator2865NotModified with default headers values

func (*CityBusAPIRouteFareByOperator2865NotModified) Error

type CityBusAPIRouteFareByOperator2865OK

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

Success

func NewCityBusAPIRouteFareByOperator2865OK

func NewCityBusAPIRouteFareByOperator2865OK() *CityBusAPIRouteFareByOperator2865OK

NewCityBusAPIRouteFareByOperator2865OK creates a CityBusAPIRouteFareByOperator2865OK with default headers values

func (*CityBusAPIRouteFareByOperator2865OK) Error

func (*CityBusAPIRouteFareByOperator2865OK) GetPayload

type CityBusAPIRouteFareByOperator2865Params

type CityBusAPIRouteFareByOperator2865Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIRouteFareByOperator2865Params contains all the parameters to send to the API endpoint

for the city bus Api route fare by operator 2865 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRouteFareByOperator2865Params

func NewCityBusAPIRouteFareByOperator2865Params() *CityBusAPIRouteFareByOperator2865Params

NewCityBusAPIRouteFareByOperator2865Params creates a new CityBusAPIRouteFareByOperator2865Params 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 NewCityBusAPIRouteFareByOperator2865ParamsWithContext

func NewCityBusAPIRouteFareByOperator2865ParamsWithContext(ctx context.Context) *CityBusAPIRouteFareByOperator2865Params

NewCityBusAPIRouteFareByOperator2865ParamsWithContext creates a new CityBusAPIRouteFareByOperator2865Params object with the ability to set a context for a request.

func NewCityBusAPIRouteFareByOperator2865ParamsWithHTTPClient

func NewCityBusAPIRouteFareByOperator2865ParamsWithHTTPClient(client *http.Client) *CityBusAPIRouteFareByOperator2865Params

NewCityBusAPIRouteFareByOperator2865ParamsWithHTTPClient creates a new CityBusAPIRouteFareByOperator2865Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRouteFareByOperator2865ParamsWithTimeout

func NewCityBusAPIRouteFareByOperator2865ParamsWithTimeout(timeout time.Duration) *CityBusAPIRouteFareByOperator2865Params

NewCityBusAPIRouteFareByOperator2865ParamsWithTimeout creates a new CityBusAPIRouteFareByOperator2865Params object with the ability to set a timeout on a request.

func (*CityBusAPIRouteFareByOperator2865Params) SetCity

SetCity adds the city to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetContext

SetContext adds the context to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDefaults

func (o *CityBusAPIRouteFareByOperator2865Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api route fare by operator 2865 params (not the query body).

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

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarFormat

func (o *CityBusAPIRouteFareByOperator2865Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetHealth

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

SetHealth adds the health to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetOperatorNo

func (o *CityBusAPIRouteFareByOperator2865Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithCity

WithCity adds the city to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithContext

WithContext adds the context to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDefaults

WithDefaults hydrates default values in the city bus Api route fare by operator 2865 params (not the query body).

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

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithHealth

WithHealth adds the health to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WithTimeout

WithTimeout adds the timeout to the city bus Api route fare by operator 2865 params

func (*CityBusAPIRouteFareByOperator2865Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIRouteFareByOperator2865Reader

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

CityBusAPIRouteFareByOperator2865Reader is a Reader for the CityBusAPIRouteFareByOperator2865 structure.

func (*CityBusAPIRouteFareByOperator2865Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIRouteFareByOperator2865Status299

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

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

func NewCityBusAPIRouteFareByOperator2865Status299

func NewCityBusAPIRouteFareByOperator2865Status299() *CityBusAPIRouteFareByOperator2865Status299

NewCityBusAPIRouteFareByOperator2865Status299 creates a CityBusAPIRouteFareByOperator2865Status299 with default headers values

func (*CityBusAPIRouteFareByOperator2865Status299) Error

func (*CityBusAPIRouteFareByOperator2865Status299) GetPayload

type CityBusAPIScheduleByOperator2863NotModified

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

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

func NewCityBusAPIScheduleByOperator2863NotModified

func NewCityBusAPIScheduleByOperator2863NotModified() *CityBusAPIScheduleByOperator2863NotModified

NewCityBusAPIScheduleByOperator2863NotModified creates a CityBusAPIScheduleByOperator2863NotModified with default headers values

func (*CityBusAPIScheduleByOperator2863NotModified) Error

type CityBusAPIScheduleByOperator2863OK

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

Success

func NewCityBusAPIScheduleByOperator2863OK

func NewCityBusAPIScheduleByOperator2863OK() *CityBusAPIScheduleByOperator2863OK

NewCityBusAPIScheduleByOperator2863OK creates a CityBusAPIScheduleByOperator2863OK with default headers values

func (*CityBusAPIScheduleByOperator2863OK) Error

func (*CityBusAPIScheduleByOperator2863OK) GetPayload

type CityBusAPIScheduleByOperator2863Params

type CityBusAPIScheduleByOperator2863Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIScheduleByOperator2863Params contains all the parameters to send to the API endpoint

for the city bus Api schedule by operator 2863 operation.

Typically these are written to a http.Request.

func NewCityBusAPIScheduleByOperator2863Params

func NewCityBusAPIScheduleByOperator2863Params() *CityBusAPIScheduleByOperator2863Params

NewCityBusAPIScheduleByOperator2863Params creates a new CityBusAPIScheduleByOperator2863Params 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 NewCityBusAPIScheduleByOperator2863ParamsWithContext

func NewCityBusAPIScheduleByOperator2863ParamsWithContext(ctx context.Context) *CityBusAPIScheduleByOperator2863Params

NewCityBusAPIScheduleByOperator2863ParamsWithContext creates a new CityBusAPIScheduleByOperator2863Params object with the ability to set a context for a request.

func NewCityBusAPIScheduleByOperator2863ParamsWithHTTPClient

func NewCityBusAPIScheduleByOperator2863ParamsWithHTTPClient(client *http.Client) *CityBusAPIScheduleByOperator2863Params

NewCityBusAPIScheduleByOperator2863ParamsWithHTTPClient creates a new CityBusAPIScheduleByOperator2863Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIScheduleByOperator2863ParamsWithTimeout

func NewCityBusAPIScheduleByOperator2863ParamsWithTimeout(timeout time.Duration) *CityBusAPIScheduleByOperator2863Params

NewCityBusAPIScheduleByOperator2863ParamsWithTimeout creates a new CityBusAPIScheduleByOperator2863Params object with the ability to set a timeout on a request.

func (*CityBusAPIScheduleByOperator2863Params) SetCity

SetCity adds the city to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetContext

SetContext adds the context to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDefaults

func (o *CityBusAPIScheduleByOperator2863Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api schedule by operator 2863 params (not the query body).

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

func (*CityBusAPIScheduleByOperator2863Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDollarFormat

func (o *CityBusAPIScheduleByOperator2863Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetHealth

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

SetHealth adds the health to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetOperatorNo

func (o *CityBusAPIScheduleByOperator2863Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithCity

WithCity adds the city to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithContext

WithContext adds the context to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDefaults

WithDefaults hydrates default values in the city bus Api schedule by operator 2863 params (not the query body).

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

func (*CityBusAPIScheduleByOperator2863Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithHealth

WithHealth adds the health to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WithTimeout

WithTimeout adds the timeout to the city bus Api schedule by operator 2863 params

func (*CityBusAPIScheduleByOperator2863Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIScheduleByOperator2863Reader

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

CityBusAPIScheduleByOperator2863Reader is a Reader for the CityBusAPIScheduleByOperator2863 structure.

func (*CityBusAPIScheduleByOperator2863Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIScheduleByOperator2863Status299

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

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

func NewCityBusAPIScheduleByOperator2863Status299

func NewCityBusAPIScheduleByOperator2863Status299() *CityBusAPIScheduleByOperator2863Status299

NewCityBusAPIScheduleByOperator2863Status299 creates a CityBusAPIScheduleByOperator2863Status299 with default headers values

func (*CityBusAPIScheduleByOperator2863Status299) Error

func (*CityBusAPIScheduleByOperator2863Status299) GetPayload

type CityBusAPIShapeByOperator2864NotModified

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

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

func NewCityBusAPIShapeByOperator2864NotModified

func NewCityBusAPIShapeByOperator2864NotModified() *CityBusAPIShapeByOperator2864NotModified

NewCityBusAPIShapeByOperator2864NotModified creates a CityBusAPIShapeByOperator2864NotModified with default headers values

func (*CityBusAPIShapeByOperator2864NotModified) Error

type CityBusAPIShapeByOperator2864OK

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

Success

func NewCityBusAPIShapeByOperator2864OK

func NewCityBusAPIShapeByOperator2864OK() *CityBusAPIShapeByOperator2864OK

NewCityBusAPIShapeByOperator2864OK creates a CityBusAPIShapeByOperator2864OK with default headers values

func (*CityBusAPIShapeByOperator2864OK) Error

func (*CityBusAPIShapeByOperator2864OK) GetPayload

type CityBusAPIShapeByOperator2864Params

type CityBusAPIShapeByOperator2864Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIShapeByOperator2864Params contains all the parameters to send to the API endpoint

for the city bus Api shape by operator 2864 operation.

Typically these are written to a http.Request.

func NewCityBusAPIShapeByOperator2864Params

func NewCityBusAPIShapeByOperator2864Params() *CityBusAPIShapeByOperator2864Params

NewCityBusAPIShapeByOperator2864Params creates a new CityBusAPIShapeByOperator2864Params 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 NewCityBusAPIShapeByOperator2864ParamsWithContext

func NewCityBusAPIShapeByOperator2864ParamsWithContext(ctx context.Context) *CityBusAPIShapeByOperator2864Params

NewCityBusAPIShapeByOperator2864ParamsWithContext creates a new CityBusAPIShapeByOperator2864Params object with the ability to set a context for a request.

func NewCityBusAPIShapeByOperator2864ParamsWithHTTPClient

func NewCityBusAPIShapeByOperator2864ParamsWithHTTPClient(client *http.Client) *CityBusAPIShapeByOperator2864Params

NewCityBusAPIShapeByOperator2864ParamsWithHTTPClient creates a new CityBusAPIShapeByOperator2864Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIShapeByOperator2864ParamsWithTimeout

func NewCityBusAPIShapeByOperator2864ParamsWithTimeout(timeout time.Duration) *CityBusAPIShapeByOperator2864Params

NewCityBusAPIShapeByOperator2864ParamsWithTimeout creates a new CityBusAPIShapeByOperator2864Params object with the ability to set a timeout on a request.

func (*CityBusAPIShapeByOperator2864Params) SetCity

SetCity adds the city to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetContext

SetContext adds the context to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDefaults

func (o *CityBusAPIShapeByOperator2864Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api shape by operator 2864 params (not the query body).

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

func (*CityBusAPIShapeByOperator2864Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDollarFormat

func (o *CityBusAPIShapeByOperator2864Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetHealth

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

SetHealth adds the health to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetOperatorNo

func (o *CityBusAPIShapeByOperator2864Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithCity

WithCity adds the city to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithContext

WithContext adds the context to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDefaults

WithDefaults hydrates default values in the city bus Api shape by operator 2864 params (not the query body).

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

func (*CityBusAPIShapeByOperator2864Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithHealth

WithHealth adds the health to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WithTimeout

WithTimeout adds the timeout to the city bus Api shape by operator 2864 params

func (*CityBusAPIShapeByOperator2864Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIShapeByOperator2864Reader

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

CityBusAPIShapeByOperator2864Reader is a Reader for the CityBusAPIShapeByOperator2864 structure.

func (*CityBusAPIShapeByOperator2864Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIShapeByOperator2864Status299

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

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

func NewCityBusAPIShapeByOperator2864Status299

func NewCityBusAPIShapeByOperator2864Status299() *CityBusAPIShapeByOperator2864Status299

NewCityBusAPIShapeByOperator2864Status299 creates a CityBusAPIShapeByOperator2864Status299 with default headers values

func (*CityBusAPIShapeByOperator2864Status299) Error

func (*CityBusAPIShapeByOperator2864Status299) GetPayload

type CityBusAPIStationByOperator2861NotModified

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

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

func NewCityBusAPIStationByOperator2861NotModified

func NewCityBusAPIStationByOperator2861NotModified() *CityBusAPIStationByOperator2861NotModified

NewCityBusAPIStationByOperator2861NotModified creates a CityBusAPIStationByOperator2861NotModified with default headers values

func (*CityBusAPIStationByOperator2861NotModified) Error

type CityBusAPIStationByOperator2861OK

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

Success

func NewCityBusAPIStationByOperator2861OK

func NewCityBusAPIStationByOperator2861OK() *CityBusAPIStationByOperator2861OK

NewCityBusAPIStationByOperator2861OK creates a CityBusAPIStationByOperator2861OK with default headers values

func (*CityBusAPIStationByOperator2861OK) Error

func (*CityBusAPIStationByOperator2861OK) GetPayload

type CityBusAPIStationByOperator2861Params

type CityBusAPIStationByOperator2861Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIStationByOperator2861Params contains all the parameters to send to the API endpoint

for the city bus Api station by operator 2861 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStationByOperator2861Params

func NewCityBusAPIStationByOperator2861Params() *CityBusAPIStationByOperator2861Params

NewCityBusAPIStationByOperator2861Params creates a new CityBusAPIStationByOperator2861Params 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 NewCityBusAPIStationByOperator2861ParamsWithContext

func NewCityBusAPIStationByOperator2861ParamsWithContext(ctx context.Context) *CityBusAPIStationByOperator2861Params

NewCityBusAPIStationByOperator2861ParamsWithContext creates a new CityBusAPIStationByOperator2861Params object with the ability to set a context for a request.

func NewCityBusAPIStationByOperator2861ParamsWithHTTPClient

func NewCityBusAPIStationByOperator2861ParamsWithHTTPClient(client *http.Client) *CityBusAPIStationByOperator2861Params

NewCityBusAPIStationByOperator2861ParamsWithHTTPClient creates a new CityBusAPIStationByOperator2861Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStationByOperator2861ParamsWithTimeout

func NewCityBusAPIStationByOperator2861ParamsWithTimeout(timeout time.Duration) *CityBusAPIStationByOperator2861Params

NewCityBusAPIStationByOperator2861ParamsWithTimeout creates a new CityBusAPIStationByOperator2861Params object with the ability to set a timeout on a request.

func (*CityBusAPIStationByOperator2861Params) SetCity

SetCity adds the city to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetContext

SetContext adds the context to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDefaults

func (o *CityBusAPIStationByOperator2861Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api station by operator 2861 params (not the query body).

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

func (*CityBusAPIStationByOperator2861Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarFormat

func (o *CityBusAPIStationByOperator2861Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarSpatialFilter

func (o *CityBusAPIStationByOperator2861Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetHealth

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

SetHealth adds the health to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetOperatorNo

func (o *CityBusAPIStationByOperator2861Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithCity

WithCity adds the city to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithContext

WithContext adds the context to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDefaults

WithDefaults hydrates default values in the city bus Api station by operator 2861 params (not the query body).

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

func (*CityBusAPIStationByOperator2861Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarSpatialFilter

func (o *CityBusAPIStationByOperator2861Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIStationByOperator2861Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithHealth

WithHealth adds the health to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WithTimeout

WithTimeout adds the timeout to the city bus Api station by operator 2861 params

func (*CityBusAPIStationByOperator2861Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIStationByOperator2861Reader

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

CityBusAPIStationByOperator2861Reader is a Reader for the CityBusAPIStationByOperator2861 structure.

func (*CityBusAPIStationByOperator2861Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIStationByOperator2861Status299

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

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

func NewCityBusAPIStationByOperator2861Status299

func NewCityBusAPIStationByOperator2861Status299() *CityBusAPIStationByOperator2861Status299

NewCityBusAPIStationByOperator2861Status299 creates a CityBusAPIStationByOperator2861Status299 with default headers values

func (*CityBusAPIStationByOperator2861Status299) Error

func (*CityBusAPIStationByOperator2861Status299) GetPayload

type CityBusAPIStopByOperator2860NotModified

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

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

func NewCityBusAPIStopByOperator2860NotModified

func NewCityBusAPIStopByOperator2860NotModified() *CityBusAPIStopByOperator2860NotModified

NewCityBusAPIStopByOperator2860NotModified creates a CityBusAPIStopByOperator2860NotModified with default headers values

func (*CityBusAPIStopByOperator2860NotModified) Error

type CityBusAPIStopByOperator2860OK

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

Success

func NewCityBusAPIStopByOperator2860OK

func NewCityBusAPIStopByOperator2860OK() *CityBusAPIStopByOperator2860OK

NewCityBusAPIStopByOperator2860OK creates a CityBusAPIStopByOperator2860OK with default headers values

func (*CityBusAPIStopByOperator2860OK) Error

func (*CityBusAPIStopByOperator2860OK) GetPayload

type CityBusAPIStopByOperator2860Params

type CityBusAPIStopByOperator2860Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIStopByOperator2860Params contains all the parameters to send to the API endpoint

for the city bus Api stop by operator 2860 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStopByOperator2860Params

func NewCityBusAPIStopByOperator2860Params() *CityBusAPIStopByOperator2860Params

NewCityBusAPIStopByOperator2860Params creates a new CityBusAPIStopByOperator2860Params 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 NewCityBusAPIStopByOperator2860ParamsWithContext

func NewCityBusAPIStopByOperator2860ParamsWithContext(ctx context.Context) *CityBusAPIStopByOperator2860Params

NewCityBusAPIStopByOperator2860ParamsWithContext creates a new CityBusAPIStopByOperator2860Params object with the ability to set a context for a request.

func NewCityBusAPIStopByOperator2860ParamsWithHTTPClient

func NewCityBusAPIStopByOperator2860ParamsWithHTTPClient(client *http.Client) *CityBusAPIStopByOperator2860Params

NewCityBusAPIStopByOperator2860ParamsWithHTTPClient creates a new CityBusAPIStopByOperator2860Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStopByOperator2860ParamsWithTimeout

func NewCityBusAPIStopByOperator2860ParamsWithTimeout(timeout time.Duration) *CityBusAPIStopByOperator2860Params

NewCityBusAPIStopByOperator2860ParamsWithTimeout creates a new CityBusAPIStopByOperator2860Params object with the ability to set a timeout on a request.

func (*CityBusAPIStopByOperator2860Params) SetCity

func (o *CityBusAPIStopByOperator2860Params) SetCity(city string)

SetCity adds the city to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetContext

SetContext adds the context to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDefaults

func (o *CityBusAPIStopByOperator2860Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api stop by operator 2860 params (not the query body).

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

func (*CityBusAPIStopByOperator2860Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarFormat

func (o *CityBusAPIStopByOperator2860Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarSpatialFilter

func (o *CityBusAPIStopByOperator2860Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetHealth

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

SetHealth adds the health to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetOperatorNo

func (o *CityBusAPIStopByOperator2860Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) SetTimeout

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

SetTimeout adds the timeout to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithCity

WithCity adds the city to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithContext

WithContext adds the context to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDefaults

WithDefaults hydrates default values in the city bus Api stop by operator 2860 params (not the query body).

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

func (*CityBusAPIStopByOperator2860Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarSpatialFilter

func (o *CityBusAPIStopByOperator2860Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIStopByOperator2860Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithHealth

WithHealth adds the health to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WithTimeout

WithTimeout adds the timeout to the city bus Api stop by operator 2860 params

func (*CityBusAPIStopByOperator2860Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIStopByOperator2860Reader

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

CityBusAPIStopByOperator2860Reader is a Reader for the CityBusAPIStopByOperator2860 structure.

func (*CityBusAPIStopByOperator2860Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIStopByOperator2860Status299

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

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

func NewCityBusAPIStopByOperator2860Status299

func NewCityBusAPIStopByOperator2860Status299() *CityBusAPIStopByOperator2860Status299

NewCityBusAPIStopByOperator2860Status299 creates a CityBusAPIStopByOperator2860Status299 with default headers values

func (*CityBusAPIStopByOperator2860Status299) Error

func (*CityBusAPIStopByOperator2860Status299) GetPayload

type CityBusAPIStopOfRouteByOperator2862NotModified

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

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

func NewCityBusAPIStopOfRouteByOperator2862NotModified

func NewCityBusAPIStopOfRouteByOperator2862NotModified() *CityBusAPIStopOfRouteByOperator2862NotModified

NewCityBusAPIStopOfRouteByOperator2862NotModified creates a CityBusAPIStopOfRouteByOperator2862NotModified with default headers values

func (*CityBusAPIStopOfRouteByOperator2862NotModified) Error

type CityBusAPIStopOfRouteByOperator2862OK

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

Success

func NewCityBusAPIStopOfRouteByOperator2862OK

func NewCityBusAPIStopOfRouteByOperator2862OK() *CityBusAPIStopOfRouteByOperator2862OK

NewCityBusAPIStopOfRouteByOperator2862OK creates a CityBusAPIStopOfRouteByOperator2862OK with default headers values

func (*CityBusAPIStopOfRouteByOperator2862OK) Error

func (*CityBusAPIStopOfRouteByOperator2862OK) GetPayload

type CityBusAPIStopOfRouteByOperator2862Params

type CityBusAPIStopOfRouteByOperator2862Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

CityBusAPIStopOfRouteByOperator2862Params contains all the parameters to send to the API endpoint

for the city bus Api stop of route by operator 2862 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStopOfRouteByOperator2862Params

func NewCityBusAPIStopOfRouteByOperator2862Params() *CityBusAPIStopOfRouteByOperator2862Params

NewCityBusAPIStopOfRouteByOperator2862Params creates a new CityBusAPIStopOfRouteByOperator2862Params 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 NewCityBusAPIStopOfRouteByOperator2862ParamsWithContext

func NewCityBusAPIStopOfRouteByOperator2862ParamsWithContext(ctx context.Context) *CityBusAPIStopOfRouteByOperator2862Params

NewCityBusAPIStopOfRouteByOperator2862ParamsWithContext creates a new CityBusAPIStopOfRouteByOperator2862Params object with the ability to set a context for a request.

func NewCityBusAPIStopOfRouteByOperator2862ParamsWithHTTPClient

func NewCityBusAPIStopOfRouteByOperator2862ParamsWithHTTPClient(client *http.Client) *CityBusAPIStopOfRouteByOperator2862Params

NewCityBusAPIStopOfRouteByOperator2862ParamsWithHTTPClient creates a new CityBusAPIStopOfRouteByOperator2862Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStopOfRouteByOperator2862ParamsWithTimeout

func NewCityBusAPIStopOfRouteByOperator2862ParamsWithTimeout(timeout time.Duration) *CityBusAPIStopOfRouteByOperator2862Params

NewCityBusAPIStopOfRouteByOperator2862ParamsWithTimeout creates a new CityBusAPIStopOfRouteByOperator2862Params object with the ability to set a timeout on a request.

func (*CityBusAPIStopOfRouteByOperator2862Params) SetCity

SetCity adds the city to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetContext

SetContext adds the context to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDefaults

SetDefaults hydrates default values in the city bus Api stop of route by operator 2862 params (not the query body).

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

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarFormat

func (o *CityBusAPIStopOfRouteByOperator2862Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetHealth

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

SetHealth adds the health to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetOperatorNo

func (o *CityBusAPIStopOfRouteByOperator2862Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) SetTimeout

SetTimeout adds the timeout to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithCity

WithCity adds the city to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithContext

WithContext adds the context to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDefaults

WithDefaults hydrates default values in the city bus Api stop of route by operator 2862 params (not the query body).

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

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithDollarTop

WithDollarTop adds the dollarTop to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithHealth

WithHealth adds the health to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WithTimeout

WithTimeout adds the timeout to the city bus Api stop of route by operator 2862 params

func (*CityBusAPIStopOfRouteByOperator2862Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CityBusAPIStopOfRouteByOperator2862Reader

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

CityBusAPIStopOfRouteByOperator2862Reader is a Reader for the CityBusAPIStopOfRouteByOperator2862 structure.

func (*CityBusAPIStopOfRouteByOperator2862Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CityBusAPIStopOfRouteByOperator2862Status299

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

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

func NewCityBusAPIStopOfRouteByOperator2862Status299

func NewCityBusAPIStopOfRouteByOperator2862Status299() *CityBusAPIStopOfRouteByOperator2862Status299

NewCityBusAPIStopOfRouteByOperator2862Status299 creates a CityBusAPIStopOfRouteByOperator2862Status299 with default headers values

func (*CityBusAPIStopOfRouteByOperator2862Status299) Error

func (*CityBusAPIStopOfRouteByOperator2862Status299) GetPayload

type Client

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

Client for bus advanced by operator API

func (*Client) BusAPIRealTimeByFrequencyByOperator2866

BusAPIRealTimeByFrequencyByOperator2866 取得指定s 業者編號 的全臺公車動態定時資料 a1

func (*Client) BusAPIRealTimeNearStopByOperator2867

BusAPIRealTimeNearStopByOperator2867 取得指定s 業者編號 的全臺公車動態定點資料 a2

func (*Client) BusAPIRouteByOperator2869

BusAPIRouteByOperator2869 取得指定s 業者編號 的全臺公車路線資料

func (*Client) BusAPIRouteFareByOperator2877

BusAPIRouteFareByOperator2877 取得指定s 業者編號 的全臺公車路線票價資料

func (*Client) BusAPIScheduleByOperator2875

BusAPIScheduleByOperator2875 取得指定s 業者編號 的全臺公車班表資料

func (*Client) BusAPIShapeByOperator2876

BusAPIShapeByOperator2876 取得指定s 業者編號 的全臺公車線型資料

func (*Client) BusAPIStationByOperator2873

BusAPIStationByOperator2873 取得指定s 業者編號 的全臺公車站位資料

func (*Client) BusAPIStopByOperator2872

BusAPIStopByOperator2872 取得指定s 業者編號 的全臺公車站牌資料

func (*Client) BusAPIStopOfRouteByOperator2874

BusAPIStopOfRouteByOperator2874 取得指定s 業者編號 的全臺公車路線站序資料

func (*Client) CityBusAPIRealTimeByFrequencyByOperator2856

CityBusAPIRealTimeByFrequencyByOperator2856 取得指定s 縣市 業者編號 的市區公車動態定時資料 a1

func (*Client) CityBusAPIRealTimeNearStopByOperator2857

CityBusAPIRealTimeNearStopByOperator2857 取得指定s 縣市 業者編號 的市區公車動態定點資料 a2

func (*Client) CityBusAPIRouteByOperator2859

CityBusAPIRouteByOperator2859 取得指定s 縣市 業者編號 的市區公車路線資料

func (*Client) CityBusAPIRouteFareByOperator2865

CityBusAPIRouteFareByOperator2865 取得指定s 縣市 業者編號 的市區公車路線票價資料

func (*Client) CityBusAPIScheduleByOperator2863

CityBusAPIScheduleByOperator2863 取得指定s 縣市 業者編號 的市區公車班表資料

func (*Client) CityBusAPIShapeByOperator2864

CityBusAPIShapeByOperator2864 取得指定s 縣市 業者編號 的市區公車線型資料

func (*Client) CityBusAPIStationByOperator2861

CityBusAPIStationByOperator2861 取得指定s 縣市 業者編號 的市區公車站位資料

func (*Client) CityBusAPIStopByOperator2860

CityBusAPIStopByOperator2860 取得指定s 縣市 業者編號 的市區公車站牌資料

func (*Client) CityBusAPIStopOfRouteByOperator2862

CityBusAPIStopOfRouteByOperator2862 取得指定s 縣市 業者編號 的市區公車路線站序資料

func (*Client) InterCityBusAPIRealTimeByFrequencyByOperator2886

InterCityBusAPIRealTimeByFrequencyByOperator2886 取得指定s 業者編號 的公路客運動態定時資料 a1

func (*Client) InterCityBusAPIRealTimeNearStopByOperator2887

InterCityBusAPIRealTimeNearStopByOperator2887 取得指定s 業者編號 的公路客運動態定點資料 a2

func (*Client) InterCityBusAPIRouteByOperator2889

InterCityBusAPIRouteByOperator2889 取得指定s 業者編號 的公路客運路線資料

func (*Client) InterCityBusAPIRouteFareByOperator2895

InterCityBusAPIRouteFareByOperator2895 取得指定s 業者編號 的公路客運路線票價資料

func (*Client) InterCityBusAPIScheduleByOperator2893

InterCityBusAPIScheduleByOperator2893 取得指定s 業者編號 的公路客運班表資料

func (*Client) InterCityBusAPIShapeByOperator2894

InterCityBusAPIShapeByOperator2894 取得指定s 業者編號 的公路客運線型資料

func (*Client) InterCityBusAPIStationByOperator2891

InterCityBusAPIStationByOperator2891 取得指定s 業者編號 的公路客運站位資料

func (*Client) InterCityBusAPIStopByOperator2890

InterCityBusAPIStopByOperator2890 取得指定s 業者編號 的公路客運站牌資料

func (*Client) InterCityBusAPIStopOfRouteByOperator2892

InterCityBusAPIStopOfRouteByOperator2892 取得指定s 業者編號 的公路客運路線站序資料

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	BusAPIRealTimeByFrequencyByOperator2866(params *BusAPIRealTimeByFrequencyByOperator2866Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIRealTimeByFrequencyByOperator2866OK, *BusAPIRealTimeByFrequencyByOperator2866Status299, error)

	BusAPIRealTimeNearStopByOperator2867(params *BusAPIRealTimeNearStopByOperator2867Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIRealTimeNearStopByOperator2867OK, *BusAPIRealTimeNearStopByOperator2867Status299, error)

	BusAPIRouteFareByOperator2877(params *BusAPIRouteFareByOperator2877Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIRouteFareByOperator2877OK, *BusAPIRouteFareByOperator2877Status299, error)

	BusAPIRouteByOperator2869(params *BusAPIRouteByOperator2869Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIRouteByOperator2869OK, *BusAPIRouteByOperator2869Status299, error)

	BusAPIScheduleByOperator2875(params *BusAPIScheduleByOperator2875Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIScheduleByOperator2875OK, *BusAPIScheduleByOperator2875Status299, error)

	BusAPIShapeByOperator2876(params *BusAPIShapeByOperator2876Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIShapeByOperator2876OK, *BusAPIShapeByOperator2876Status299, error)

	BusAPIStationByOperator2873(params *BusAPIStationByOperator2873Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIStationByOperator2873OK, *BusAPIStationByOperator2873Status299, error)

	BusAPIStopOfRouteByOperator2874(params *BusAPIStopOfRouteByOperator2874Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIStopOfRouteByOperator2874OK, *BusAPIStopOfRouteByOperator2874Status299, error)

	BusAPIStopByOperator2872(params *BusAPIStopByOperator2872Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BusAPIStopByOperator2872OK, *BusAPIStopByOperator2872Status299, error)

	CityBusAPIRealTimeByFrequencyByOperator2856(params *CityBusAPIRealTimeByFrequencyByOperator2856Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeByFrequencyByOperator2856OK, *CityBusAPIRealTimeByFrequencyByOperator2856Status299, error)

	CityBusAPIRealTimeNearStopByOperator2857(params *CityBusAPIRealTimeNearStopByOperator2857Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeNearStopByOperator2857OK, *CityBusAPIRealTimeNearStopByOperator2857Status299, error)

	CityBusAPIRouteFareByOperator2865(params *CityBusAPIRouteFareByOperator2865Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRouteFareByOperator2865OK, *CityBusAPIRouteFareByOperator2865Status299, error)

	CityBusAPIRouteByOperator2859(params *CityBusAPIRouteByOperator2859Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRouteByOperator2859OK, *CityBusAPIRouteByOperator2859Status299, error)

	CityBusAPIScheduleByOperator2863(params *CityBusAPIScheduleByOperator2863Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIScheduleByOperator2863OK, *CityBusAPIScheduleByOperator2863Status299, error)

	CityBusAPIShapeByOperator2864(params *CityBusAPIShapeByOperator2864Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIShapeByOperator2864OK, *CityBusAPIShapeByOperator2864Status299, error)

	CityBusAPIStationByOperator2861(params *CityBusAPIStationByOperator2861Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStationByOperator2861OK, *CityBusAPIStationByOperator2861Status299, error)

	CityBusAPIStopOfRouteByOperator2862(params *CityBusAPIStopOfRouteByOperator2862Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStopOfRouteByOperator2862OK, *CityBusAPIStopOfRouteByOperator2862Status299, error)

	CityBusAPIStopByOperator2860(params *CityBusAPIStopByOperator2860Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStopByOperator2860OK, *CityBusAPIStopByOperator2860Status299, error)

	InterCityBusAPIRealTimeByFrequencyByOperator2886(params *InterCityBusAPIRealTimeByFrequencyByOperator2886Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIRealTimeByFrequencyByOperator2886OK, *InterCityBusAPIRealTimeByFrequencyByOperator2886Status299, error)

	InterCityBusAPIRealTimeNearStopByOperator2887(params *InterCityBusAPIRealTimeNearStopByOperator2887Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIRealTimeNearStopByOperator2887OK, *InterCityBusAPIRealTimeNearStopByOperator2887Status299, error)

	InterCityBusAPIRouteFareByOperator2895(params *InterCityBusAPIRouteFareByOperator2895Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIRouteFareByOperator2895OK, *InterCityBusAPIRouteFareByOperator2895Status299, error)

	InterCityBusAPIRouteByOperator2889(params *InterCityBusAPIRouteByOperator2889Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIRouteByOperator2889OK, *InterCityBusAPIRouteByOperator2889Status299, error)

	InterCityBusAPIScheduleByOperator2893(params *InterCityBusAPIScheduleByOperator2893Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIScheduleByOperator2893OK, *InterCityBusAPIScheduleByOperator2893Status299, error)

	InterCityBusAPIShapeByOperator2894(params *InterCityBusAPIShapeByOperator2894Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIShapeByOperator2894OK, *InterCityBusAPIShapeByOperator2894Status299, error)

	InterCityBusAPIStationByOperator2891(params *InterCityBusAPIStationByOperator2891Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIStationByOperator2891OK, *InterCityBusAPIStationByOperator2891Status299, error)

	InterCityBusAPIStopOfRouteByOperator2892(params *InterCityBusAPIStopOfRouteByOperator2892Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIStopOfRouteByOperator2892OK, *InterCityBusAPIStopOfRouteByOperator2892Status299, error)

	InterCityBusAPIStopByOperator2890(params *InterCityBusAPIStopByOperator2890Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InterCityBusAPIStopByOperator2890OK, *InterCityBusAPIStopByOperator2890Status299, 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 bus advanced by operator API client.

type InterCityBusAPIRealTimeByFrequencyByOperator2886NotModified

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

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

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886NotModified

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886NotModified() *InterCityBusAPIRealTimeByFrequencyByOperator2886NotModified

NewInterCityBusAPIRealTimeByFrequencyByOperator2886NotModified creates a InterCityBusAPIRealTimeByFrequencyByOperator2886NotModified with default headers values

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886NotModified) Error

type InterCityBusAPIRealTimeByFrequencyByOperator2886OK

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

Success

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886OK

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886OK() *InterCityBusAPIRealTimeByFrequencyByOperator2886OK

NewInterCityBusAPIRealTimeByFrequencyByOperator2886OK creates a InterCityBusAPIRealTimeByFrequencyByOperator2886OK with default headers values

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886OK) Error

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886OK) GetPayload

type InterCityBusAPIRealTimeByFrequencyByOperator2886Params

type InterCityBusAPIRealTimeByFrequencyByOperator2886Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIRealTimeByFrequencyByOperator2886Params contains all the parameters to send to the API endpoint

for the inter city bus Api real time by frequency by operator 2886 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886Params

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886Params() *InterCityBusAPIRealTimeByFrequencyByOperator2886Params

NewInterCityBusAPIRealTimeByFrequencyByOperator2886Params creates a new InterCityBusAPIRealTimeByFrequencyByOperator2886Params 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 NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithContext

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithContext(ctx context.Context) *InterCityBusAPIRealTimeByFrequencyByOperator2886Params

NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithContext creates a new InterCityBusAPIRealTimeByFrequencyByOperator2886Params object with the ability to set a context for a request.

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithHTTPClient

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIRealTimeByFrequencyByOperator2886Params

NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithHTTPClient creates a new InterCityBusAPIRealTimeByFrequencyByOperator2886Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithTimeout

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIRealTimeByFrequencyByOperator2886Params

NewInterCityBusAPIRealTimeByFrequencyByOperator2886ParamsWithTimeout creates a new InterCityBusAPIRealTimeByFrequencyByOperator2886Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetContext

SetContext adds the context to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api real time by frequency by operator 2886 params (not the query body).

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

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarFormat

func (o *InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarSpatialFilter

func (o *InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetDollarTop

SetDollarTop adds the dollarTop to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetHealth

SetHealth adds the health to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetOperatorNo

SetOperatorNo adds the operatorNo to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithContext

WithContext adds the context to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api real time by frequency by operator 2886 params (not the query body).

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

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarSpatialFilter

WithDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithHealth

WithHealth adds the health to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api real time by frequency by operator 2886 params

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIRealTimeByFrequencyByOperator2886Reader

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

InterCityBusAPIRealTimeByFrequencyByOperator2886Reader is a Reader for the InterCityBusAPIRealTimeByFrequencyByOperator2886 structure.

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIRealTimeByFrequencyByOperator2886Status299

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

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

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886Status299

func NewInterCityBusAPIRealTimeByFrequencyByOperator2886Status299() *InterCityBusAPIRealTimeByFrequencyByOperator2886Status299

NewInterCityBusAPIRealTimeByFrequencyByOperator2886Status299 creates a InterCityBusAPIRealTimeByFrequencyByOperator2886Status299 with default headers values

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Status299) Error

func (*InterCityBusAPIRealTimeByFrequencyByOperator2886Status299) GetPayload

type InterCityBusAPIRealTimeNearStopByOperator2887NotModified

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

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

func NewInterCityBusAPIRealTimeNearStopByOperator2887NotModified

func NewInterCityBusAPIRealTimeNearStopByOperator2887NotModified() *InterCityBusAPIRealTimeNearStopByOperator2887NotModified

NewInterCityBusAPIRealTimeNearStopByOperator2887NotModified creates a InterCityBusAPIRealTimeNearStopByOperator2887NotModified with default headers values

func (*InterCityBusAPIRealTimeNearStopByOperator2887NotModified) Error

type InterCityBusAPIRealTimeNearStopByOperator2887OK

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

Success

func NewInterCityBusAPIRealTimeNearStopByOperator2887OK

func NewInterCityBusAPIRealTimeNearStopByOperator2887OK() *InterCityBusAPIRealTimeNearStopByOperator2887OK

NewInterCityBusAPIRealTimeNearStopByOperator2887OK creates a InterCityBusAPIRealTimeNearStopByOperator2887OK with default headers values

func (*InterCityBusAPIRealTimeNearStopByOperator2887OK) Error

func (*InterCityBusAPIRealTimeNearStopByOperator2887OK) GetPayload

type InterCityBusAPIRealTimeNearStopByOperator2887Params

type InterCityBusAPIRealTimeNearStopByOperator2887Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIRealTimeNearStopByOperator2887Params contains all the parameters to send to the API endpoint

for the inter city bus Api real time near stop by operator 2887 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIRealTimeNearStopByOperator2887Params

func NewInterCityBusAPIRealTimeNearStopByOperator2887Params() *InterCityBusAPIRealTimeNearStopByOperator2887Params

NewInterCityBusAPIRealTimeNearStopByOperator2887Params creates a new InterCityBusAPIRealTimeNearStopByOperator2887Params 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 NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithContext

func NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithContext(ctx context.Context) *InterCityBusAPIRealTimeNearStopByOperator2887Params

NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithContext creates a new InterCityBusAPIRealTimeNearStopByOperator2887Params object with the ability to set a context for a request.

func NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithHTTPClient

func NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIRealTimeNearStopByOperator2887Params

NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithHTTPClient creates a new InterCityBusAPIRealTimeNearStopByOperator2887Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithTimeout

func NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIRealTimeNearStopByOperator2887Params

NewInterCityBusAPIRealTimeNearStopByOperator2887ParamsWithTimeout creates a new InterCityBusAPIRealTimeNearStopByOperator2887Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetContext

SetContext adds the context to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api real time near stop by operator 2887 params (not the query body).

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

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarFormat

func (o *InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetHealth

SetHealth adds the health to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetOperatorNo

func (o *InterCityBusAPIRealTimeNearStopByOperator2887Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithContext

WithContext adds the context to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api real time near stop by operator 2887 params (not the query body).

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

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithHealth

WithHealth adds the health to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api real time near stop by operator 2887 params

func (*InterCityBusAPIRealTimeNearStopByOperator2887Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIRealTimeNearStopByOperator2887Reader

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

InterCityBusAPIRealTimeNearStopByOperator2887Reader is a Reader for the InterCityBusAPIRealTimeNearStopByOperator2887 structure.

func (*InterCityBusAPIRealTimeNearStopByOperator2887Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIRealTimeNearStopByOperator2887Status299

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

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

func NewInterCityBusAPIRealTimeNearStopByOperator2887Status299

func NewInterCityBusAPIRealTimeNearStopByOperator2887Status299() *InterCityBusAPIRealTimeNearStopByOperator2887Status299

NewInterCityBusAPIRealTimeNearStopByOperator2887Status299 creates a InterCityBusAPIRealTimeNearStopByOperator2887Status299 with default headers values

func (*InterCityBusAPIRealTimeNearStopByOperator2887Status299) Error

func (*InterCityBusAPIRealTimeNearStopByOperator2887Status299) GetPayload

type InterCityBusAPIRouteByOperator2889NotModified

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

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

func NewInterCityBusAPIRouteByOperator2889NotModified

func NewInterCityBusAPIRouteByOperator2889NotModified() *InterCityBusAPIRouteByOperator2889NotModified

NewInterCityBusAPIRouteByOperator2889NotModified creates a InterCityBusAPIRouteByOperator2889NotModified with default headers values

func (*InterCityBusAPIRouteByOperator2889NotModified) Error

type InterCityBusAPIRouteByOperator2889OK

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

Success

func NewInterCityBusAPIRouteByOperator2889OK

func NewInterCityBusAPIRouteByOperator2889OK() *InterCityBusAPIRouteByOperator2889OK

NewInterCityBusAPIRouteByOperator2889OK creates a InterCityBusAPIRouteByOperator2889OK with default headers values

func (*InterCityBusAPIRouteByOperator2889OK) Error

func (*InterCityBusAPIRouteByOperator2889OK) GetPayload

type InterCityBusAPIRouteByOperator2889Params

type InterCityBusAPIRouteByOperator2889Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIRouteByOperator2889Params contains all the parameters to send to the API endpoint

for the inter city bus Api route by operator 2889 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIRouteByOperator2889Params

func NewInterCityBusAPIRouteByOperator2889Params() *InterCityBusAPIRouteByOperator2889Params

NewInterCityBusAPIRouteByOperator2889Params creates a new InterCityBusAPIRouteByOperator2889Params 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 NewInterCityBusAPIRouteByOperator2889ParamsWithContext

func NewInterCityBusAPIRouteByOperator2889ParamsWithContext(ctx context.Context) *InterCityBusAPIRouteByOperator2889Params

NewInterCityBusAPIRouteByOperator2889ParamsWithContext creates a new InterCityBusAPIRouteByOperator2889Params object with the ability to set a context for a request.

func NewInterCityBusAPIRouteByOperator2889ParamsWithHTTPClient

func NewInterCityBusAPIRouteByOperator2889ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIRouteByOperator2889Params

NewInterCityBusAPIRouteByOperator2889ParamsWithHTTPClient creates a new InterCityBusAPIRouteByOperator2889Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIRouteByOperator2889ParamsWithTimeout

func NewInterCityBusAPIRouteByOperator2889ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIRouteByOperator2889Params

NewInterCityBusAPIRouteByOperator2889ParamsWithTimeout creates a new InterCityBusAPIRouteByOperator2889Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIRouteByOperator2889Params) SetContext

SetContext adds the context to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api route by operator 2889 params (not the query body).

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

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarFormat

func (o *InterCityBusAPIRouteByOperator2889Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetHealth

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

SetHealth adds the health to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetOperatorNo

func (o *InterCityBusAPIRouteByOperator2889Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithContext

WithContext adds the context to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api route by operator 2889 params (not the query body).

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

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithHealth

WithHealth adds the health to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api route by operator 2889 params

func (*InterCityBusAPIRouteByOperator2889Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIRouteByOperator2889Reader

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

InterCityBusAPIRouteByOperator2889Reader is a Reader for the InterCityBusAPIRouteByOperator2889 structure.

func (*InterCityBusAPIRouteByOperator2889Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIRouteByOperator2889Status299

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

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

func NewInterCityBusAPIRouteByOperator2889Status299

func NewInterCityBusAPIRouteByOperator2889Status299() *InterCityBusAPIRouteByOperator2889Status299

NewInterCityBusAPIRouteByOperator2889Status299 creates a InterCityBusAPIRouteByOperator2889Status299 with default headers values

func (*InterCityBusAPIRouteByOperator2889Status299) Error

func (*InterCityBusAPIRouteByOperator2889Status299) GetPayload

type InterCityBusAPIRouteFareByOperator2895NotModified

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

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

func NewInterCityBusAPIRouteFareByOperator2895NotModified

func NewInterCityBusAPIRouteFareByOperator2895NotModified() *InterCityBusAPIRouteFareByOperator2895NotModified

NewInterCityBusAPIRouteFareByOperator2895NotModified creates a InterCityBusAPIRouteFareByOperator2895NotModified with default headers values

func (*InterCityBusAPIRouteFareByOperator2895NotModified) Error

type InterCityBusAPIRouteFareByOperator2895OK

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

Success

func NewInterCityBusAPIRouteFareByOperator2895OK

func NewInterCityBusAPIRouteFareByOperator2895OK() *InterCityBusAPIRouteFareByOperator2895OK

NewInterCityBusAPIRouteFareByOperator2895OK creates a InterCityBusAPIRouteFareByOperator2895OK with default headers values

func (*InterCityBusAPIRouteFareByOperator2895OK) Error

func (*InterCityBusAPIRouteFareByOperator2895OK) GetPayload

type InterCityBusAPIRouteFareByOperator2895Params

type InterCityBusAPIRouteFareByOperator2895Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIRouteFareByOperator2895Params contains all the parameters to send to the API endpoint

for the inter city bus Api route fare by operator 2895 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIRouteFareByOperator2895Params

func NewInterCityBusAPIRouteFareByOperator2895Params() *InterCityBusAPIRouteFareByOperator2895Params

NewInterCityBusAPIRouteFareByOperator2895Params creates a new InterCityBusAPIRouteFareByOperator2895Params 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 NewInterCityBusAPIRouteFareByOperator2895ParamsWithContext

func NewInterCityBusAPIRouteFareByOperator2895ParamsWithContext(ctx context.Context) *InterCityBusAPIRouteFareByOperator2895Params

NewInterCityBusAPIRouteFareByOperator2895ParamsWithContext creates a new InterCityBusAPIRouteFareByOperator2895Params object with the ability to set a context for a request.

func NewInterCityBusAPIRouteFareByOperator2895ParamsWithHTTPClient

func NewInterCityBusAPIRouteFareByOperator2895ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIRouteFareByOperator2895Params

NewInterCityBusAPIRouteFareByOperator2895ParamsWithHTTPClient creates a new InterCityBusAPIRouteFareByOperator2895Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIRouteFareByOperator2895ParamsWithTimeout

func NewInterCityBusAPIRouteFareByOperator2895ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIRouteFareByOperator2895Params

NewInterCityBusAPIRouteFareByOperator2895ParamsWithTimeout creates a new InterCityBusAPIRouteFareByOperator2895Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIRouteFareByOperator2895Params) SetContext

SetContext adds the context to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api route fare by operator 2895 params (not the query body).

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

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarFormat

func (o *InterCityBusAPIRouteFareByOperator2895Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetHealth

SetHealth adds the health to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetOperatorNo

func (o *InterCityBusAPIRouteFareByOperator2895Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithContext

WithContext adds the context to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api route fare by operator 2895 params (not the query body).

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

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithHealth

WithHealth adds the health to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api route fare by operator 2895 params

func (*InterCityBusAPIRouteFareByOperator2895Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIRouteFareByOperator2895Reader

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

InterCityBusAPIRouteFareByOperator2895Reader is a Reader for the InterCityBusAPIRouteFareByOperator2895 structure.

func (*InterCityBusAPIRouteFareByOperator2895Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIRouteFareByOperator2895Status299

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

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

func NewInterCityBusAPIRouteFareByOperator2895Status299

func NewInterCityBusAPIRouteFareByOperator2895Status299() *InterCityBusAPIRouteFareByOperator2895Status299

NewInterCityBusAPIRouteFareByOperator2895Status299 creates a InterCityBusAPIRouteFareByOperator2895Status299 with default headers values

func (*InterCityBusAPIRouteFareByOperator2895Status299) Error

func (*InterCityBusAPIRouteFareByOperator2895Status299) GetPayload

type InterCityBusAPIScheduleByOperator2893NotModified

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

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

func NewInterCityBusAPIScheduleByOperator2893NotModified

func NewInterCityBusAPIScheduleByOperator2893NotModified() *InterCityBusAPIScheduleByOperator2893NotModified

NewInterCityBusAPIScheduleByOperator2893NotModified creates a InterCityBusAPIScheduleByOperator2893NotModified with default headers values

func (*InterCityBusAPIScheduleByOperator2893NotModified) Error

type InterCityBusAPIScheduleByOperator2893OK

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

Success

func NewInterCityBusAPIScheduleByOperator2893OK

func NewInterCityBusAPIScheduleByOperator2893OK() *InterCityBusAPIScheduleByOperator2893OK

NewInterCityBusAPIScheduleByOperator2893OK creates a InterCityBusAPIScheduleByOperator2893OK with default headers values

func (*InterCityBusAPIScheduleByOperator2893OK) Error

func (*InterCityBusAPIScheduleByOperator2893OK) GetPayload

type InterCityBusAPIScheduleByOperator2893Params

type InterCityBusAPIScheduleByOperator2893Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIScheduleByOperator2893Params contains all the parameters to send to the API endpoint

for the inter city bus Api schedule by operator 2893 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIScheduleByOperator2893Params

func NewInterCityBusAPIScheduleByOperator2893Params() *InterCityBusAPIScheduleByOperator2893Params

NewInterCityBusAPIScheduleByOperator2893Params creates a new InterCityBusAPIScheduleByOperator2893Params 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 NewInterCityBusAPIScheduleByOperator2893ParamsWithContext

func NewInterCityBusAPIScheduleByOperator2893ParamsWithContext(ctx context.Context) *InterCityBusAPIScheduleByOperator2893Params

NewInterCityBusAPIScheduleByOperator2893ParamsWithContext creates a new InterCityBusAPIScheduleByOperator2893Params object with the ability to set a context for a request.

func NewInterCityBusAPIScheduleByOperator2893ParamsWithHTTPClient

func NewInterCityBusAPIScheduleByOperator2893ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIScheduleByOperator2893Params

NewInterCityBusAPIScheduleByOperator2893ParamsWithHTTPClient creates a new InterCityBusAPIScheduleByOperator2893Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIScheduleByOperator2893ParamsWithTimeout

func NewInterCityBusAPIScheduleByOperator2893ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIScheduleByOperator2893Params

NewInterCityBusAPIScheduleByOperator2893ParamsWithTimeout creates a new InterCityBusAPIScheduleByOperator2893Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIScheduleByOperator2893Params) SetContext

SetContext adds the context to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api schedule by operator 2893 params (not the query body).

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

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarFormat

func (o *InterCityBusAPIScheduleByOperator2893Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetHealth

SetHealth adds the health to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetOperatorNo

func (o *InterCityBusAPIScheduleByOperator2893Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithContext

WithContext adds the context to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api schedule by operator 2893 params (not the query body).

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

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithHealth

WithHealth adds the health to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api schedule by operator 2893 params

func (*InterCityBusAPIScheduleByOperator2893Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIScheduleByOperator2893Reader

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

InterCityBusAPIScheduleByOperator2893Reader is a Reader for the InterCityBusAPIScheduleByOperator2893 structure.

func (*InterCityBusAPIScheduleByOperator2893Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIScheduleByOperator2893Status299

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

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

func NewInterCityBusAPIScheduleByOperator2893Status299

func NewInterCityBusAPIScheduleByOperator2893Status299() *InterCityBusAPIScheduleByOperator2893Status299

NewInterCityBusAPIScheduleByOperator2893Status299 creates a InterCityBusAPIScheduleByOperator2893Status299 with default headers values

func (*InterCityBusAPIScheduleByOperator2893Status299) Error

func (*InterCityBusAPIScheduleByOperator2893Status299) GetPayload

type InterCityBusAPIShapeByOperator2894NotModified

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

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

func NewInterCityBusAPIShapeByOperator2894NotModified

func NewInterCityBusAPIShapeByOperator2894NotModified() *InterCityBusAPIShapeByOperator2894NotModified

NewInterCityBusAPIShapeByOperator2894NotModified creates a InterCityBusAPIShapeByOperator2894NotModified with default headers values

func (*InterCityBusAPIShapeByOperator2894NotModified) Error

type InterCityBusAPIShapeByOperator2894OK

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

Success

func NewInterCityBusAPIShapeByOperator2894OK

func NewInterCityBusAPIShapeByOperator2894OK() *InterCityBusAPIShapeByOperator2894OK

NewInterCityBusAPIShapeByOperator2894OK creates a InterCityBusAPIShapeByOperator2894OK with default headers values

func (*InterCityBusAPIShapeByOperator2894OK) Error

func (*InterCityBusAPIShapeByOperator2894OK) GetPayload

type InterCityBusAPIShapeByOperator2894Params

type InterCityBusAPIShapeByOperator2894Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIShapeByOperator2894Params contains all the parameters to send to the API endpoint

for the inter city bus Api shape by operator 2894 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIShapeByOperator2894Params

func NewInterCityBusAPIShapeByOperator2894Params() *InterCityBusAPIShapeByOperator2894Params

NewInterCityBusAPIShapeByOperator2894Params creates a new InterCityBusAPIShapeByOperator2894Params 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 NewInterCityBusAPIShapeByOperator2894ParamsWithContext

func NewInterCityBusAPIShapeByOperator2894ParamsWithContext(ctx context.Context) *InterCityBusAPIShapeByOperator2894Params

NewInterCityBusAPIShapeByOperator2894ParamsWithContext creates a new InterCityBusAPIShapeByOperator2894Params object with the ability to set a context for a request.

func NewInterCityBusAPIShapeByOperator2894ParamsWithHTTPClient

func NewInterCityBusAPIShapeByOperator2894ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIShapeByOperator2894Params

NewInterCityBusAPIShapeByOperator2894ParamsWithHTTPClient creates a new InterCityBusAPIShapeByOperator2894Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIShapeByOperator2894ParamsWithTimeout

func NewInterCityBusAPIShapeByOperator2894ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIShapeByOperator2894Params

NewInterCityBusAPIShapeByOperator2894ParamsWithTimeout creates a new InterCityBusAPIShapeByOperator2894Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIShapeByOperator2894Params) SetContext

SetContext adds the context to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api shape by operator 2894 params (not the query body).

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

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarFormat

func (o *InterCityBusAPIShapeByOperator2894Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetHealth

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

SetHealth adds the health to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetOperatorNo

func (o *InterCityBusAPIShapeByOperator2894Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithContext

WithContext adds the context to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api shape by operator 2894 params (not the query body).

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

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithHealth

WithHealth adds the health to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api shape by operator 2894 params

func (*InterCityBusAPIShapeByOperator2894Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIShapeByOperator2894Reader

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

InterCityBusAPIShapeByOperator2894Reader is a Reader for the InterCityBusAPIShapeByOperator2894 structure.

func (*InterCityBusAPIShapeByOperator2894Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIShapeByOperator2894Status299

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

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

func NewInterCityBusAPIShapeByOperator2894Status299

func NewInterCityBusAPIShapeByOperator2894Status299() *InterCityBusAPIShapeByOperator2894Status299

NewInterCityBusAPIShapeByOperator2894Status299 creates a InterCityBusAPIShapeByOperator2894Status299 with default headers values

func (*InterCityBusAPIShapeByOperator2894Status299) Error

func (*InterCityBusAPIShapeByOperator2894Status299) GetPayload

type InterCityBusAPIStationByOperator2891NotModified

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

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

func NewInterCityBusAPIStationByOperator2891NotModified

func NewInterCityBusAPIStationByOperator2891NotModified() *InterCityBusAPIStationByOperator2891NotModified

NewInterCityBusAPIStationByOperator2891NotModified creates a InterCityBusAPIStationByOperator2891NotModified with default headers values

func (*InterCityBusAPIStationByOperator2891NotModified) Error

type InterCityBusAPIStationByOperator2891OK

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

Success

func NewInterCityBusAPIStationByOperator2891OK

func NewInterCityBusAPIStationByOperator2891OK() *InterCityBusAPIStationByOperator2891OK

NewInterCityBusAPIStationByOperator2891OK creates a InterCityBusAPIStationByOperator2891OK with default headers values

func (*InterCityBusAPIStationByOperator2891OK) Error

func (*InterCityBusAPIStationByOperator2891OK) GetPayload

type InterCityBusAPIStationByOperator2891Params

type InterCityBusAPIStationByOperator2891Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIStationByOperator2891Params contains all the parameters to send to the API endpoint

for the inter city bus Api station by operator 2891 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIStationByOperator2891Params

func NewInterCityBusAPIStationByOperator2891Params() *InterCityBusAPIStationByOperator2891Params

NewInterCityBusAPIStationByOperator2891Params creates a new InterCityBusAPIStationByOperator2891Params 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 NewInterCityBusAPIStationByOperator2891ParamsWithContext

func NewInterCityBusAPIStationByOperator2891ParamsWithContext(ctx context.Context) *InterCityBusAPIStationByOperator2891Params

NewInterCityBusAPIStationByOperator2891ParamsWithContext creates a new InterCityBusAPIStationByOperator2891Params object with the ability to set a context for a request.

func NewInterCityBusAPIStationByOperator2891ParamsWithHTTPClient

func NewInterCityBusAPIStationByOperator2891ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIStationByOperator2891Params

NewInterCityBusAPIStationByOperator2891ParamsWithHTTPClient creates a new InterCityBusAPIStationByOperator2891Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIStationByOperator2891ParamsWithTimeout

func NewInterCityBusAPIStationByOperator2891ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIStationByOperator2891Params

NewInterCityBusAPIStationByOperator2891ParamsWithTimeout creates a new InterCityBusAPIStationByOperator2891Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIStationByOperator2891Params) SetContext

SetContext adds the context to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api station by operator 2891 params (not the query body).

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

func (*InterCityBusAPIStationByOperator2891Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarFormat

func (o *InterCityBusAPIStationByOperator2891Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarSpatialFilter

func (o *InterCityBusAPIStationByOperator2891Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetHealth

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

SetHealth adds the health to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetOperatorNo

func (o *InterCityBusAPIStationByOperator2891Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithContext

WithContext adds the context to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api station by operator 2891 params (not the query body).

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

func (*InterCityBusAPIStationByOperator2891Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarSpatialFilter

func (o *InterCityBusAPIStationByOperator2891Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *InterCityBusAPIStationByOperator2891Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithHealth

WithHealth adds the health to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api station by operator 2891 params

func (*InterCityBusAPIStationByOperator2891Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIStationByOperator2891Reader

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

InterCityBusAPIStationByOperator2891Reader is a Reader for the InterCityBusAPIStationByOperator2891 structure.

func (*InterCityBusAPIStationByOperator2891Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIStationByOperator2891Status299

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

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

func NewInterCityBusAPIStationByOperator2891Status299

func NewInterCityBusAPIStationByOperator2891Status299() *InterCityBusAPIStationByOperator2891Status299

NewInterCityBusAPIStationByOperator2891Status299 creates a InterCityBusAPIStationByOperator2891Status299 with default headers values

func (*InterCityBusAPIStationByOperator2891Status299) Error

func (*InterCityBusAPIStationByOperator2891Status299) GetPayload

type InterCityBusAPIStopByOperator2890NotModified

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

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

func NewInterCityBusAPIStopByOperator2890NotModified

func NewInterCityBusAPIStopByOperator2890NotModified() *InterCityBusAPIStopByOperator2890NotModified

NewInterCityBusAPIStopByOperator2890NotModified creates a InterCityBusAPIStopByOperator2890NotModified with default headers values

func (*InterCityBusAPIStopByOperator2890NotModified) Error

type InterCityBusAPIStopByOperator2890OK

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

Success

func NewInterCityBusAPIStopByOperator2890OK

func NewInterCityBusAPIStopByOperator2890OK() *InterCityBusAPIStopByOperator2890OK

NewInterCityBusAPIStopByOperator2890OK creates a InterCityBusAPIStopByOperator2890OK with default headers values

func (*InterCityBusAPIStopByOperator2890OK) Error

func (*InterCityBusAPIStopByOperator2890OK) GetPayload

type InterCityBusAPIStopByOperator2890Params

type InterCityBusAPIStopByOperator2890Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIStopByOperator2890Params contains all the parameters to send to the API endpoint

for the inter city bus Api stop by operator 2890 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIStopByOperator2890Params

func NewInterCityBusAPIStopByOperator2890Params() *InterCityBusAPIStopByOperator2890Params

NewInterCityBusAPIStopByOperator2890Params creates a new InterCityBusAPIStopByOperator2890Params 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 NewInterCityBusAPIStopByOperator2890ParamsWithContext

func NewInterCityBusAPIStopByOperator2890ParamsWithContext(ctx context.Context) *InterCityBusAPIStopByOperator2890Params

NewInterCityBusAPIStopByOperator2890ParamsWithContext creates a new InterCityBusAPIStopByOperator2890Params object with the ability to set a context for a request.

func NewInterCityBusAPIStopByOperator2890ParamsWithHTTPClient

func NewInterCityBusAPIStopByOperator2890ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIStopByOperator2890Params

NewInterCityBusAPIStopByOperator2890ParamsWithHTTPClient creates a new InterCityBusAPIStopByOperator2890Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIStopByOperator2890ParamsWithTimeout

func NewInterCityBusAPIStopByOperator2890ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIStopByOperator2890Params

NewInterCityBusAPIStopByOperator2890ParamsWithTimeout creates a new InterCityBusAPIStopByOperator2890Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIStopByOperator2890Params) SetContext

SetContext adds the context to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDefaults

func (o *InterCityBusAPIStopByOperator2890Params) SetDefaults()

SetDefaults hydrates default values in the inter city bus Api stop by operator 2890 params (not the query body).

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

func (*InterCityBusAPIStopByOperator2890Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarFormat

func (o *InterCityBusAPIStopByOperator2890Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarSpatialFilter

func (o *InterCityBusAPIStopByOperator2890Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetHealth

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

SetHealth adds the health to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetOperatorNo

func (o *InterCityBusAPIStopByOperator2890Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) SetTimeout

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

SetTimeout adds the timeout to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithContext

WithContext adds the context to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api stop by operator 2890 params (not the query body).

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

func (*InterCityBusAPIStopByOperator2890Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarSpatialFilter

func (o *InterCityBusAPIStopByOperator2890Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *InterCityBusAPIStopByOperator2890Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithHealth

WithHealth adds the health to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api stop by operator 2890 params

func (*InterCityBusAPIStopByOperator2890Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIStopByOperator2890Reader

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

InterCityBusAPIStopByOperator2890Reader is a Reader for the InterCityBusAPIStopByOperator2890 structure.

func (*InterCityBusAPIStopByOperator2890Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIStopByOperator2890Status299

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

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

func NewInterCityBusAPIStopByOperator2890Status299

func NewInterCityBusAPIStopByOperator2890Status299() *InterCityBusAPIStopByOperator2890Status299

NewInterCityBusAPIStopByOperator2890Status299 creates a InterCityBusAPIStopByOperator2890Status299 with default headers values

func (*InterCityBusAPIStopByOperator2890Status299) Error

func (*InterCityBusAPIStopByOperator2890Status299) GetPayload

type InterCityBusAPIStopOfRouteByOperator2892NotModified

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

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

func NewInterCityBusAPIStopOfRouteByOperator2892NotModified

func NewInterCityBusAPIStopOfRouteByOperator2892NotModified() *InterCityBusAPIStopOfRouteByOperator2892NotModified

NewInterCityBusAPIStopOfRouteByOperator2892NotModified creates a InterCityBusAPIStopOfRouteByOperator2892NotModified with default headers values

func (*InterCityBusAPIStopOfRouteByOperator2892NotModified) Error

type InterCityBusAPIStopOfRouteByOperator2892OK

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

Success

func NewInterCityBusAPIStopOfRouteByOperator2892OK

func NewInterCityBusAPIStopOfRouteByOperator2892OK() *InterCityBusAPIStopOfRouteByOperator2892OK

NewInterCityBusAPIStopOfRouteByOperator2892OK creates a InterCityBusAPIStopOfRouteByOperator2892OK with default headers values

func (*InterCityBusAPIStopOfRouteByOperator2892OK) Error

func (*InterCityBusAPIStopOfRouteByOperator2892OK) GetPayload

type InterCityBusAPIStopOfRouteByOperator2892Params

type InterCityBusAPIStopOfRouteByOperator2892Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* OperatorNo.

	   欲查詢營運業者編號
	*/
	OperatorNo string

	/* Health.

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

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

InterCityBusAPIStopOfRouteByOperator2892Params contains all the parameters to send to the API endpoint

for the inter city bus Api stop of route by operator 2892 operation.

Typically these are written to a http.Request.

func NewInterCityBusAPIStopOfRouteByOperator2892Params

func NewInterCityBusAPIStopOfRouteByOperator2892Params() *InterCityBusAPIStopOfRouteByOperator2892Params

NewInterCityBusAPIStopOfRouteByOperator2892Params creates a new InterCityBusAPIStopOfRouteByOperator2892Params 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 NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithContext

func NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithContext(ctx context.Context) *InterCityBusAPIStopOfRouteByOperator2892Params

NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithContext creates a new InterCityBusAPIStopOfRouteByOperator2892Params object with the ability to set a context for a request.

func NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithHTTPClient

func NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithHTTPClient(client *http.Client) *InterCityBusAPIStopOfRouteByOperator2892Params

NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithHTTPClient creates a new InterCityBusAPIStopOfRouteByOperator2892Params object with the ability to set a custom HTTPClient for a request.

func NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithTimeout

func NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithTimeout(timeout time.Duration) *InterCityBusAPIStopOfRouteByOperator2892Params

NewInterCityBusAPIStopOfRouteByOperator2892ParamsWithTimeout creates a new InterCityBusAPIStopOfRouteByOperator2892Params object with the ability to set a timeout on a request.

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetContext

SetContext adds the context to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDefaults

SetDefaults hydrates default values in the inter city bus Api stop of route by operator 2892 params (not the query body).

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

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarFormat

func (o *InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetHealth

SetHealth adds the health to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetOperatorNo

func (o *InterCityBusAPIStopOfRouteByOperator2892Params) SetOperatorNo(operatorNo string)

SetOperatorNo adds the operatorNo to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) SetTimeout

SetTimeout adds the timeout to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithContext

WithContext adds the context to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDefaults

WithDefaults hydrates default values in the inter city bus Api stop of route by operator 2892 params (not the query body).

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

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithDollarTop

WithDollarTop adds the dollarTop to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithHealth

WithHealth adds the health to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithOperatorNo

WithOperatorNo adds the operatorNo to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WithTimeout

WithTimeout adds the timeout to the inter city bus Api stop of route by operator 2892 params

func (*InterCityBusAPIStopOfRouteByOperator2892Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type InterCityBusAPIStopOfRouteByOperator2892Reader

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

InterCityBusAPIStopOfRouteByOperator2892Reader is a Reader for the InterCityBusAPIStopOfRouteByOperator2892 structure.

func (*InterCityBusAPIStopOfRouteByOperator2892Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InterCityBusAPIStopOfRouteByOperator2892Status299

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

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

func NewInterCityBusAPIStopOfRouteByOperator2892Status299

func NewInterCityBusAPIStopOfRouteByOperator2892Status299() *InterCityBusAPIStopOfRouteByOperator2892Status299

NewInterCityBusAPIStopOfRouteByOperator2892Status299 creates a InterCityBusAPIStopOfRouteByOperator2892Status299 with default headers values

func (*InterCityBusAPIStopOfRouteByOperator2892Status299) Error

func (*InterCityBusAPIStopOfRouteByOperator2892Status299) GetPayload

Source Files

Jump to

Keyboard shortcuts

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