ship_by_route_type

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 Client

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

Client for ship by route type API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ShipRouteTypeDailySchedule23260 added in v0.15.0

ShipRouteTypeDailySchedule23260 取得指定s 航線 的全臺航運之每日班表資料

func (*Client) ShipRouteTypeDailySchedule3259 added in v0.15.0

ShipRouteTypeDailySchedule3259 取得指定s 航線類別 的全臺航運之每日班表資料

func (*Client) ShipRouteTypeRoute3257 added in v0.15.0

ShipRouteTypeRoute3257 取得指定s 航線類別 的全臺航運之航線資料

func (*Client) ShipRouteTypeSpecificSchedule23262 added in v0.15.0

ShipRouteTypeSpecificSchedule23262 取得指定s 航線 的全臺航運之特殊班表資料

func (*Client) ShipRouteTypeSpecificSchedule3261 added in v0.15.0

ShipRouteTypeSpecificSchedule3261 取得指定s 航線類別 的全臺航運之特殊班表資料

func (*Client) ShipRouteTypeStopOfRoute3258 added in v0.15.0

ShipRouteTypeStopOfRoute3258 取得指定s 航線類別 之航線靠港順序資料

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new ship by route type API client.

type ShipRouteTypeDailySchedule23260NotModified added in v0.15.0

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

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

func NewShipRouteTypeDailySchedule23260NotModified added in v0.15.0

func NewShipRouteTypeDailySchedule23260NotModified() *ShipRouteTypeDailySchedule23260NotModified

NewShipRouteTypeDailySchedule23260NotModified creates a ShipRouteTypeDailySchedule23260NotModified with default headers values

func (*ShipRouteTypeDailySchedule23260NotModified) Error added in v0.15.0

type ShipRouteTypeDailySchedule23260OK added in v0.15.0

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

Success

func NewShipRouteTypeDailySchedule23260OK added in v0.15.0

func NewShipRouteTypeDailySchedule23260OK() *ShipRouteTypeDailySchedule23260OK

NewShipRouteTypeDailySchedule23260OK creates a ShipRouteTypeDailySchedule23260OK with default headers values

func (*ShipRouteTypeDailySchedule23260OK) Error added in v0.15.0

func (*ShipRouteTypeDailySchedule23260OK) GetPayload added in v0.15.0

type ShipRouteTypeDailySchedule23260Params added in v0.15.0

type ShipRouteTypeDailySchedule23260Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* RouteID.

	   指定航運路線代碼
	*/
	RouteID string

	/* Health.

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

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

ShipRouteTypeDailySchedule23260Params contains all the parameters to send to the API endpoint

for the ship route type daily schedule2 3260 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeDailySchedule23260Params added in v0.15.0

func NewShipRouteTypeDailySchedule23260Params() *ShipRouteTypeDailySchedule23260Params

NewShipRouteTypeDailySchedule23260Params creates a new ShipRouteTypeDailySchedule23260Params 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 NewShipRouteTypeDailySchedule23260ParamsWithContext added in v0.15.0

func NewShipRouteTypeDailySchedule23260ParamsWithContext(ctx context.Context) *ShipRouteTypeDailySchedule23260Params

NewShipRouteTypeDailySchedule23260ParamsWithContext creates a new ShipRouteTypeDailySchedule23260Params object with the ability to set a context for a request.

func NewShipRouteTypeDailySchedule23260ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeDailySchedule23260ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeDailySchedule23260Params

NewShipRouteTypeDailySchedule23260ParamsWithHTTPClient creates a new ShipRouteTypeDailySchedule23260Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeDailySchedule23260ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeDailySchedule23260ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeDailySchedule23260Params

NewShipRouteTypeDailySchedule23260ParamsWithTimeout creates a new ShipRouteTypeDailySchedule23260Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeDailySchedule23260Params) SetContext added in v0.15.0

SetContext adds the context to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDefaults added in v0.15.0

func (o *ShipRouteTypeDailySchedule23260Params) SetDefaults()

SetDefaults hydrates default values in the ship route type daily schedule2 3260 params (not the query body).

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

func (*ShipRouteTypeDailySchedule23260Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeDailySchedule23260Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetRouteID added in v0.15.0

func (o *ShipRouteTypeDailySchedule23260Params) SetRouteID(routeID string)

SetRouteID adds the routeId to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type daily schedule2 3260 params (not the query body).

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

func (*ShipRouteTypeDailySchedule23260Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithRouteID added in v0.15.0

WithRouteID adds the routeID to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type daily schedule2 3260 params

func (*ShipRouteTypeDailySchedule23260Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeDailySchedule23260Reader added in v0.15.0

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

ShipRouteTypeDailySchedule23260Reader is a Reader for the ShipRouteTypeDailySchedule23260 structure.

func (*ShipRouteTypeDailySchedule23260Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeDailySchedule23260Status299 added in v0.15.0

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

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

func NewShipRouteTypeDailySchedule23260Status299 added in v0.15.0

func NewShipRouteTypeDailySchedule23260Status299() *ShipRouteTypeDailySchedule23260Status299

NewShipRouteTypeDailySchedule23260Status299 creates a ShipRouteTypeDailySchedule23260Status299 with default headers values

func (*ShipRouteTypeDailySchedule23260Status299) Error added in v0.15.0

func (*ShipRouteTypeDailySchedule23260Status299) GetPayload added in v0.15.0

type ShipRouteTypeDailySchedule3259NotModified added in v0.15.0

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

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

func NewShipRouteTypeDailySchedule3259NotModified added in v0.15.0

func NewShipRouteTypeDailySchedule3259NotModified() *ShipRouteTypeDailySchedule3259NotModified

NewShipRouteTypeDailySchedule3259NotModified creates a ShipRouteTypeDailySchedule3259NotModified with default headers values

func (*ShipRouteTypeDailySchedule3259NotModified) Error added in v0.15.0

type ShipRouteTypeDailySchedule3259OK added in v0.15.0

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

Success

func NewShipRouteTypeDailySchedule3259OK added in v0.15.0

func NewShipRouteTypeDailySchedule3259OK() *ShipRouteTypeDailySchedule3259OK

NewShipRouteTypeDailySchedule3259OK creates a ShipRouteTypeDailySchedule3259OK with default headers values

func (*ShipRouteTypeDailySchedule3259OK) Error added in v0.15.0

func (*ShipRouteTypeDailySchedule3259OK) GetPayload added in v0.15.0

type ShipRouteTypeDailySchedule3259Params added in v0.15.0

type ShipRouteTypeDailySchedule3259Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// RouteType.
	RouteType string

	/* Health.

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

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

ShipRouteTypeDailySchedule3259Params contains all the parameters to send to the API endpoint

for the ship route type daily schedule 3259 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeDailySchedule3259Params added in v0.15.0

func NewShipRouteTypeDailySchedule3259Params() *ShipRouteTypeDailySchedule3259Params

NewShipRouteTypeDailySchedule3259Params creates a new ShipRouteTypeDailySchedule3259Params 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 NewShipRouteTypeDailySchedule3259ParamsWithContext added in v0.15.0

func NewShipRouteTypeDailySchedule3259ParamsWithContext(ctx context.Context) *ShipRouteTypeDailySchedule3259Params

NewShipRouteTypeDailySchedule3259ParamsWithContext creates a new ShipRouteTypeDailySchedule3259Params object with the ability to set a context for a request.

func NewShipRouteTypeDailySchedule3259ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeDailySchedule3259ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeDailySchedule3259Params

NewShipRouteTypeDailySchedule3259ParamsWithHTTPClient creates a new ShipRouteTypeDailySchedule3259Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeDailySchedule3259ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeDailySchedule3259ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeDailySchedule3259Params

NewShipRouteTypeDailySchedule3259ParamsWithTimeout creates a new ShipRouteTypeDailySchedule3259Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeDailySchedule3259Params) SetContext added in v0.15.0

SetContext adds the context to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDefaults added in v0.15.0

func (o *ShipRouteTypeDailySchedule3259Params) SetDefaults()

SetDefaults hydrates default values in the ship route type daily schedule 3259 params (not the query body).

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

func (*ShipRouteTypeDailySchedule3259Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeDailySchedule3259Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetRouteType added in v0.15.0

func (o *ShipRouteTypeDailySchedule3259Params) SetRouteType(routeType string)

SetRouteType adds the routeType to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type daily schedule 3259 params (not the query body).

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

func (*ShipRouteTypeDailySchedule3259Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithRouteType added in v0.15.0

WithRouteType adds the routeType to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type daily schedule 3259 params

func (*ShipRouteTypeDailySchedule3259Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeDailySchedule3259Reader added in v0.15.0

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

ShipRouteTypeDailySchedule3259Reader is a Reader for the ShipRouteTypeDailySchedule3259 structure.

func (*ShipRouteTypeDailySchedule3259Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeDailySchedule3259Status299 added in v0.15.0

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

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

func NewShipRouteTypeDailySchedule3259Status299 added in v0.15.0

func NewShipRouteTypeDailySchedule3259Status299() *ShipRouteTypeDailySchedule3259Status299

NewShipRouteTypeDailySchedule3259Status299 creates a ShipRouteTypeDailySchedule3259Status299 with default headers values

func (*ShipRouteTypeDailySchedule3259Status299) Error added in v0.15.0

func (*ShipRouteTypeDailySchedule3259Status299) GetPayload added in v0.15.0

type ShipRouteTypeRoute3257NotModified added in v0.15.0

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

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

func NewShipRouteTypeRoute3257NotModified added in v0.15.0

func NewShipRouteTypeRoute3257NotModified() *ShipRouteTypeRoute3257NotModified

NewShipRouteTypeRoute3257NotModified creates a ShipRouteTypeRoute3257NotModified with default headers values

func (*ShipRouteTypeRoute3257NotModified) Error added in v0.15.0

type ShipRouteTypeRoute3257OK added in v0.15.0

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

Success

func NewShipRouteTypeRoute3257OK added in v0.15.0

func NewShipRouteTypeRoute3257OK() *ShipRouteTypeRoute3257OK

NewShipRouteTypeRoute3257OK creates a ShipRouteTypeRoute3257OK with default headers values

func (*ShipRouteTypeRoute3257OK) Error added in v0.15.0

func (o *ShipRouteTypeRoute3257OK) Error() string

func (*ShipRouteTypeRoute3257OK) GetPayload added in v0.15.0

type ShipRouteTypeRoute3257Params added in v0.15.0

type ShipRouteTypeRoute3257Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// RouteType.
	RouteType string

	/* Health.

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

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

ShipRouteTypeRoute3257Params contains all the parameters to send to the API endpoint

for the ship route type route 3257 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeRoute3257Params added in v0.15.0

func NewShipRouteTypeRoute3257Params() *ShipRouteTypeRoute3257Params

NewShipRouteTypeRoute3257Params creates a new ShipRouteTypeRoute3257Params 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 NewShipRouteTypeRoute3257ParamsWithContext added in v0.15.0

func NewShipRouteTypeRoute3257ParamsWithContext(ctx context.Context) *ShipRouteTypeRoute3257Params

NewShipRouteTypeRoute3257ParamsWithContext creates a new ShipRouteTypeRoute3257Params object with the ability to set a context for a request.

func NewShipRouteTypeRoute3257ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeRoute3257ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeRoute3257Params

NewShipRouteTypeRoute3257ParamsWithHTTPClient creates a new ShipRouteTypeRoute3257Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeRoute3257ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeRoute3257ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeRoute3257Params

NewShipRouteTypeRoute3257ParamsWithTimeout creates a new ShipRouteTypeRoute3257Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeRoute3257Params) SetContext added in v0.15.0

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

SetContext adds the context to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDefaults added in v0.15.0

func (o *ShipRouteTypeRoute3257Params) SetDefaults()

SetDefaults hydrates default values in the ship route type route 3257 params (not the query body).

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

func (*ShipRouteTypeRoute3257Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeRoute3257Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetRouteType added in v0.15.0

func (o *ShipRouteTypeRoute3257Params) SetRouteType(routeType string)

SetRouteType adds the routeType to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type route 3257 params (not the query body).

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

func (*ShipRouteTypeRoute3257Params) WithDollarFilter added in v0.15.0

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

WithDollarFilter adds the dollarFilter to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDollarFormat added in v0.15.0

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

WithDollarFormat adds the dollarFormat to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDollarOrderby added in v0.15.0

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

WithDollarOrderby adds the dollarOrderby to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDollarSelect added in v0.15.0

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

WithDollarSelect adds the dollarSelect to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDollarSkip added in v0.15.0

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

WithDollarSkip adds the dollarSkip to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithDollarTop added in v0.15.0

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

WithDollarTop adds the dollarTop to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithRouteType added in v0.15.0

WithRouteType adds the routeType to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type route 3257 params

func (*ShipRouteTypeRoute3257Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeRoute3257Reader added in v0.15.0

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

ShipRouteTypeRoute3257Reader is a Reader for the ShipRouteTypeRoute3257 structure.

func (*ShipRouteTypeRoute3257Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeRoute3257Status299 added in v0.15.0

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

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

func NewShipRouteTypeRoute3257Status299 added in v0.15.0

func NewShipRouteTypeRoute3257Status299() *ShipRouteTypeRoute3257Status299

NewShipRouteTypeRoute3257Status299 creates a ShipRouteTypeRoute3257Status299 with default headers values

func (*ShipRouteTypeRoute3257Status299) Error added in v0.15.0

func (*ShipRouteTypeRoute3257Status299) GetPayload added in v0.15.0

type ShipRouteTypeSpecificSchedule23262NotModified added in v0.15.0

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

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

func NewShipRouteTypeSpecificSchedule23262NotModified added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262NotModified() *ShipRouteTypeSpecificSchedule23262NotModified

NewShipRouteTypeSpecificSchedule23262NotModified creates a ShipRouteTypeSpecificSchedule23262NotModified with default headers values

func (*ShipRouteTypeSpecificSchedule23262NotModified) Error added in v0.15.0

type ShipRouteTypeSpecificSchedule23262OK added in v0.15.0

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

Success

func NewShipRouteTypeSpecificSchedule23262OK added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262OK() *ShipRouteTypeSpecificSchedule23262OK

NewShipRouteTypeSpecificSchedule23262OK creates a ShipRouteTypeSpecificSchedule23262OK with default headers values

func (*ShipRouteTypeSpecificSchedule23262OK) Error added in v0.15.0

func (*ShipRouteTypeSpecificSchedule23262OK) GetPayload added in v0.15.0

type ShipRouteTypeSpecificSchedule23262Params added in v0.15.0

type ShipRouteTypeSpecificSchedule23262Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* RouteID.

	   指定航運路線代碼
	*/
	RouteID string

	/* Health.

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

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

ShipRouteTypeSpecificSchedule23262Params contains all the parameters to send to the API endpoint

for the ship route type specific schedule2 3262 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeSpecificSchedule23262Params added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262Params() *ShipRouteTypeSpecificSchedule23262Params

NewShipRouteTypeSpecificSchedule23262Params creates a new ShipRouteTypeSpecificSchedule23262Params 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 NewShipRouteTypeSpecificSchedule23262ParamsWithContext added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262ParamsWithContext(ctx context.Context) *ShipRouteTypeSpecificSchedule23262Params

NewShipRouteTypeSpecificSchedule23262ParamsWithContext creates a new ShipRouteTypeSpecificSchedule23262Params object with the ability to set a context for a request.

func NewShipRouteTypeSpecificSchedule23262ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeSpecificSchedule23262Params

NewShipRouteTypeSpecificSchedule23262ParamsWithHTTPClient creates a new ShipRouteTypeSpecificSchedule23262Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeSpecificSchedule23262ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeSpecificSchedule23262Params

NewShipRouteTypeSpecificSchedule23262ParamsWithTimeout creates a new ShipRouteTypeSpecificSchedule23262Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeSpecificSchedule23262Params) SetContext added in v0.15.0

SetContext adds the context to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDefaults added in v0.15.0

SetDefaults hydrates default values in the ship route type specific schedule2 3262 params (not the query body).

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

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeSpecificSchedule23262Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetRouteID added in v0.15.0

func (o *ShipRouteTypeSpecificSchedule23262Params) SetRouteID(routeID string)

SetRouteID adds the routeId to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) SetTimeout added in v0.15.0

SetTimeout adds the timeout to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type specific schedule2 3262 params (not the query body).

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

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithRouteID added in v0.15.0

WithRouteID adds the routeID to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type specific schedule2 3262 params

func (*ShipRouteTypeSpecificSchedule23262Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeSpecificSchedule23262Reader added in v0.15.0

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

ShipRouteTypeSpecificSchedule23262Reader is a Reader for the ShipRouteTypeSpecificSchedule23262 structure.

func (*ShipRouteTypeSpecificSchedule23262Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeSpecificSchedule23262Status299 added in v0.15.0

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

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

func NewShipRouteTypeSpecificSchedule23262Status299 added in v0.15.0

func NewShipRouteTypeSpecificSchedule23262Status299() *ShipRouteTypeSpecificSchedule23262Status299

NewShipRouteTypeSpecificSchedule23262Status299 creates a ShipRouteTypeSpecificSchedule23262Status299 with default headers values

func (*ShipRouteTypeSpecificSchedule23262Status299) Error added in v0.15.0

func (*ShipRouteTypeSpecificSchedule23262Status299) GetPayload added in v0.15.0

type ShipRouteTypeSpecificSchedule3261NotModified added in v0.15.0

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

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

func NewShipRouteTypeSpecificSchedule3261NotModified added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261NotModified() *ShipRouteTypeSpecificSchedule3261NotModified

NewShipRouteTypeSpecificSchedule3261NotModified creates a ShipRouteTypeSpecificSchedule3261NotModified with default headers values

func (*ShipRouteTypeSpecificSchedule3261NotModified) Error added in v0.15.0

type ShipRouteTypeSpecificSchedule3261OK added in v0.15.0

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

Success

func NewShipRouteTypeSpecificSchedule3261OK added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261OK() *ShipRouteTypeSpecificSchedule3261OK

NewShipRouteTypeSpecificSchedule3261OK creates a ShipRouteTypeSpecificSchedule3261OK with default headers values

func (*ShipRouteTypeSpecificSchedule3261OK) Error added in v0.15.0

func (*ShipRouteTypeSpecificSchedule3261OK) GetPayload added in v0.15.0

type ShipRouteTypeSpecificSchedule3261Params added in v0.15.0

type ShipRouteTypeSpecificSchedule3261Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// RouteType.
	RouteType string

	/* Health.

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

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

ShipRouteTypeSpecificSchedule3261Params contains all the parameters to send to the API endpoint

for the ship route type specific schedule 3261 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeSpecificSchedule3261Params added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261Params() *ShipRouteTypeSpecificSchedule3261Params

NewShipRouteTypeSpecificSchedule3261Params creates a new ShipRouteTypeSpecificSchedule3261Params 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 NewShipRouteTypeSpecificSchedule3261ParamsWithContext added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261ParamsWithContext(ctx context.Context) *ShipRouteTypeSpecificSchedule3261Params

NewShipRouteTypeSpecificSchedule3261ParamsWithContext creates a new ShipRouteTypeSpecificSchedule3261Params object with the ability to set a context for a request.

func NewShipRouteTypeSpecificSchedule3261ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeSpecificSchedule3261Params

NewShipRouteTypeSpecificSchedule3261ParamsWithHTTPClient creates a new ShipRouteTypeSpecificSchedule3261Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeSpecificSchedule3261ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeSpecificSchedule3261Params

NewShipRouteTypeSpecificSchedule3261ParamsWithTimeout creates a new ShipRouteTypeSpecificSchedule3261Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeSpecificSchedule3261Params) SetContext added in v0.15.0

SetContext adds the context to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDefaults added in v0.15.0

func (o *ShipRouteTypeSpecificSchedule3261Params) SetDefaults()

SetDefaults hydrates default values in the ship route type specific schedule 3261 params (not the query body).

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

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeSpecificSchedule3261Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetRouteType added in v0.15.0

func (o *ShipRouteTypeSpecificSchedule3261Params) SetRouteType(routeType string)

SetRouteType adds the routeType to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type specific schedule 3261 params (not the query body).

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

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithRouteType added in v0.15.0

WithRouteType adds the routeType to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type specific schedule 3261 params

func (*ShipRouteTypeSpecificSchedule3261Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeSpecificSchedule3261Reader added in v0.15.0

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

ShipRouteTypeSpecificSchedule3261Reader is a Reader for the ShipRouteTypeSpecificSchedule3261 structure.

func (*ShipRouteTypeSpecificSchedule3261Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeSpecificSchedule3261Status299 added in v0.15.0

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

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

func NewShipRouteTypeSpecificSchedule3261Status299 added in v0.15.0

func NewShipRouteTypeSpecificSchedule3261Status299() *ShipRouteTypeSpecificSchedule3261Status299

NewShipRouteTypeSpecificSchedule3261Status299 creates a ShipRouteTypeSpecificSchedule3261Status299 with default headers values

func (*ShipRouteTypeSpecificSchedule3261Status299) Error added in v0.15.0

func (*ShipRouteTypeSpecificSchedule3261Status299) GetPayload added in v0.15.0

type ShipRouteTypeStopOfRoute3258NotModified added in v0.15.0

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

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

func NewShipRouteTypeStopOfRoute3258NotModified added in v0.15.0

func NewShipRouteTypeStopOfRoute3258NotModified() *ShipRouteTypeStopOfRoute3258NotModified

NewShipRouteTypeStopOfRoute3258NotModified creates a ShipRouteTypeStopOfRoute3258NotModified with default headers values

func (*ShipRouteTypeStopOfRoute3258NotModified) Error added in v0.15.0

type ShipRouteTypeStopOfRoute3258OK added in v0.15.0

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

Success

func NewShipRouteTypeStopOfRoute3258OK added in v0.15.0

func NewShipRouteTypeStopOfRoute3258OK() *ShipRouteTypeStopOfRoute3258OK

NewShipRouteTypeStopOfRoute3258OK creates a ShipRouteTypeStopOfRoute3258OK with default headers values

func (*ShipRouteTypeStopOfRoute3258OK) Error added in v0.15.0

func (*ShipRouteTypeStopOfRoute3258OK) GetPayload added in v0.15.0

type ShipRouteTypeStopOfRoute3258Params added in v0.15.0

type ShipRouteTypeStopOfRoute3258Params struct {

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// RouteType.
	RouteType string

	/* Health.

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

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

ShipRouteTypeStopOfRoute3258Params contains all the parameters to send to the API endpoint

for the ship route type stop of route 3258 operation.

Typically these are written to a http.Request.

func NewShipRouteTypeStopOfRoute3258Params added in v0.15.0

func NewShipRouteTypeStopOfRoute3258Params() *ShipRouteTypeStopOfRoute3258Params

NewShipRouteTypeStopOfRoute3258Params creates a new ShipRouteTypeStopOfRoute3258Params 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 NewShipRouteTypeStopOfRoute3258ParamsWithContext added in v0.15.0

func NewShipRouteTypeStopOfRoute3258ParamsWithContext(ctx context.Context) *ShipRouteTypeStopOfRoute3258Params

NewShipRouteTypeStopOfRoute3258ParamsWithContext creates a new ShipRouteTypeStopOfRoute3258Params object with the ability to set a context for a request.

func NewShipRouteTypeStopOfRoute3258ParamsWithHTTPClient added in v0.15.0

func NewShipRouteTypeStopOfRoute3258ParamsWithHTTPClient(client *http.Client) *ShipRouteTypeStopOfRoute3258Params

NewShipRouteTypeStopOfRoute3258ParamsWithHTTPClient creates a new ShipRouteTypeStopOfRoute3258Params object with the ability to set a custom HTTPClient for a request.

func NewShipRouteTypeStopOfRoute3258ParamsWithTimeout added in v0.15.0

func NewShipRouteTypeStopOfRoute3258ParamsWithTimeout(timeout time.Duration) *ShipRouteTypeStopOfRoute3258Params

NewShipRouteTypeStopOfRoute3258ParamsWithTimeout creates a new ShipRouteTypeStopOfRoute3258Params object with the ability to set a timeout on a request.

func (*ShipRouteTypeStopOfRoute3258Params) SetContext added in v0.15.0

SetContext adds the context to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDefaults added in v0.15.0

func (o *ShipRouteTypeStopOfRoute3258Params) SetDefaults()

SetDefaults hydrates default values in the ship route type stop of route 3258 params (not the query body).

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

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarFilter added in v0.15.0

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

SetDollarFilter adds the dollarFilter to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarFormat added in v0.15.0

func (o *ShipRouteTypeStopOfRoute3258Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarOrderby added in v0.15.0

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

SetDollarOrderby adds the dollarOrderby to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarSelect added in v0.15.0

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

SetDollarSelect adds the dollarSelect to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarSkip added in v0.15.0

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

SetDollarSkip adds the dollarSkip to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetDollarTop added in v0.15.0

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

SetDollarTop adds the dollarTop to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetHealth added in v0.15.0

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

SetHealth adds the health to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetRouteType added in v0.15.0

func (o *ShipRouteTypeStopOfRoute3258Params) SetRouteType(routeType string)

SetRouteType adds the routeType to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithContext added in v0.15.0

WithContext adds the context to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the ship route type stop of route 3258 params (not the query body).

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

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithHealth added in v0.15.0

WithHealth adds the health to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithRouteType added in v0.15.0

WithRouteType adds the routeType to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the ship route type stop of route 3258 params

func (*ShipRouteTypeStopOfRoute3258Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type ShipRouteTypeStopOfRoute3258Reader added in v0.15.0

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

ShipRouteTypeStopOfRoute3258Reader is a Reader for the ShipRouteTypeStopOfRoute3258 structure.

func (*ShipRouteTypeStopOfRoute3258Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type ShipRouteTypeStopOfRoute3258Status299 added in v0.15.0

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

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

func NewShipRouteTypeStopOfRoute3258Status299 added in v0.15.0

func NewShipRouteTypeStopOfRoute3258Status299() *ShipRouteTypeStopOfRoute3258Status299

NewShipRouteTypeStopOfRoute3258Status299 creates a ShipRouteTypeStopOfRoute3258Status299 with default headers values

func (*ShipRouteTypeStopOfRoute3258Status299) Error added in v0.15.0

func (*ShipRouteTypeStopOfRoute3258Status299) GetPayload added in v0.15.0

Jump to

Keyboard shortcuts

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