domestic_ship

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2021 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 domestic ship API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ShipDomesticAlert

ShipDomesticAlert 取得指定s 縣市 之營運通阻資料

func (*Client) ShipDomesticDailySchedule

ShipDomesticDailySchedule 取得指定s 縣市 之每日班表資料

func (*Client) ShipDomesticDailySchedule1

ShipDomesticDailySchedule1 取得指定s 縣市 航線 之每日班表資料

func (*Client) ShipDomesticNews

ShipDomesticNews 取得指定s 縣市 之最新消息資料

func (*Client) ShipDomesticOperator

ShipDomesticOperator 取得指定s 縣市 之航運營運業者資料

func (*Client) ShipDomesticRoute

ShipDomesticRoute 取得指定s 縣市 之航線資料

func (*Client) ShipDomesticSpecificSchedule

ShipDomesticSpecificSchedule 取得指定s 縣市 之特殊班表資料

func (*Client) ShipDomesticSpecificSchedule1

ShipDomesticSpecificSchedule1 取得指定s 縣市 航線 之特殊班表資料

func (*Client) ShipDomesticStopOfRoute

ShipDomesticStopOfRoute 取得指定s 縣市 之航線靠港順序資料

func (*Client) ShipDomesticVessel

ShipDomesticVessel 取得指定s 縣市 之船舶資料

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ShipDomesticAlert(params *ShipDomesticAlertParams, opts ...ClientOption) (*ShipDomesticAlertOK, *ShipDomesticAlertStatus299, error)

	ShipDomesticDailySchedule(params *ShipDomesticDailyScheduleParams, opts ...ClientOption) (*ShipDomesticDailyScheduleOK, *ShipDomesticDailyScheduleStatus299, error)

	ShipDomesticDailySchedule1(params *ShipDomesticDailySchedule1Params, opts ...ClientOption) (*ShipDomesticDailySchedule1OK, *ShipDomesticDailySchedule1Status299, error)

	ShipDomesticNews(params *ShipDomesticNewsParams, opts ...ClientOption) (*ShipDomesticNewsOK, *ShipDomesticNewsStatus299, error)

	ShipDomesticOperator(params *ShipDomesticOperatorParams, opts ...ClientOption) (*ShipDomesticOperatorOK, *ShipDomesticOperatorStatus299, error)

	ShipDomesticRoute(params *ShipDomesticRouteParams, opts ...ClientOption) (*ShipDomesticRouteOK, *ShipDomesticRouteStatus299, error)

	ShipDomesticSpecificSchedule(params *ShipDomesticSpecificScheduleParams, opts ...ClientOption) (*ShipDomesticSpecificScheduleOK, *ShipDomesticSpecificScheduleStatus299, error)

	ShipDomesticSpecificSchedule1(params *ShipDomesticSpecificSchedule1Params, opts ...ClientOption) (*ShipDomesticSpecificSchedule1OK, *ShipDomesticSpecificSchedule1Status299, error)

	ShipDomesticStopOfRoute(params *ShipDomesticStopOfRouteParams, opts ...ClientOption) (*ShipDomesticStopOfRouteOK, *ShipDomesticStopOfRouteStatus299, error)

	ShipDomesticVessel(params *ShipDomesticVesselParams, opts ...ClientOption) (*ShipDomesticVesselOK, *ShipDomesticVesselStatus299, 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 domestic ship API client.

type ShipDomesticAlertNotModified

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

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

func NewShipDomesticAlertNotModified

func NewShipDomesticAlertNotModified() *ShipDomesticAlertNotModified

NewShipDomesticAlertNotModified creates a ShipDomesticAlertNotModified with default headers values

func (*ShipDomesticAlertNotModified) Error

type ShipDomesticAlertOK

ShipDomesticAlertOK describes a response with status code 200, with default header values.

Success

func NewShipDomesticAlertOK

func NewShipDomesticAlertOK() *ShipDomesticAlertOK

NewShipDomesticAlertOK creates a ShipDomesticAlertOK with default headers values

func (*ShipDomesticAlertOK) Error

func (o *ShipDomesticAlertOK) Error() string

type ShipDomesticAlertParams

type ShipDomesticAlertParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticAlertParams contains all the parameters to send to the API endpoint

for the ship domestic alert operation.

Typically these are written to a http.Request.

func NewShipDomesticAlertParams

func NewShipDomesticAlertParams() *ShipDomesticAlertParams

NewShipDomesticAlertParams creates a new ShipDomesticAlertParams 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 NewShipDomesticAlertParamsWithContext

func NewShipDomesticAlertParamsWithContext(ctx context.Context) *ShipDomesticAlertParams

NewShipDomesticAlertParamsWithContext creates a new ShipDomesticAlertParams object with the ability to set a context for a request.

func NewShipDomesticAlertParamsWithHTTPClient

func NewShipDomesticAlertParamsWithHTTPClient(client *http.Client) *ShipDomesticAlertParams

NewShipDomesticAlertParamsWithHTTPClient creates a new ShipDomesticAlertParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticAlertParamsWithTimeout

func NewShipDomesticAlertParamsWithTimeout(timeout time.Duration) *ShipDomesticAlertParams

NewShipDomesticAlertParamsWithTimeout creates a new ShipDomesticAlertParams object with the ability to set a timeout on a request.

func (*ShipDomesticAlertParams) SetCity

func (o *ShipDomesticAlertParams) SetCity(city string)

SetCity adds the city to the ship domestic alert params

func (*ShipDomesticAlertParams) SetContext

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

SetContext adds the context to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDefaults

func (o *ShipDomesticAlertParams) SetDefaults()

SetDefaults hydrates default values in the ship domestic alert params (not the query body).

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

func (*ShipDomesticAlertParams) SetDollarCount

func (o *ShipDomesticAlertParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarFormat

func (o *ShipDomesticAlertParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic alert params

func (*ShipDomesticAlertParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic alert params

func (*ShipDomesticAlertParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic alert params

func (*ShipDomesticAlertParams) SetHealth

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

SetHealth adds the health to the ship domestic alert params

func (*ShipDomesticAlertParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic alert params

func (*ShipDomesticAlertParams) WithCity

WithCity adds the city to the ship domestic alert params

func (*ShipDomesticAlertParams) WithContext

WithContext adds the context to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDefaults

WithDefaults hydrates default values in the ship domestic alert params (not the query body).

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

func (*ShipDomesticAlertParams) WithDollarCount

func (o *ShipDomesticAlertParams) WithDollarCount(dollarCount *bool) *ShipDomesticAlertParams

WithDollarCount adds the dollarCount to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic alert params

func (*ShipDomesticAlertParams) WithDollarTop

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

WithDollarTop adds the dollarTop to the ship domestic alert params

func (*ShipDomesticAlertParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ship domestic alert params

func (*ShipDomesticAlertParams) WithHealth

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

WithHealth adds the health to the ship domestic alert params

func (*ShipDomesticAlertParams) WithTimeout

WithTimeout adds the timeout to the ship domestic alert params

func (*ShipDomesticAlertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticAlertReader

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

ShipDomesticAlertReader is a Reader for the ShipDomesticAlert structure.

func (*ShipDomesticAlertReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticAlertStatus299

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

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

func NewShipDomesticAlertStatus299

func NewShipDomesticAlertStatus299() *ShipDomesticAlertStatus299

NewShipDomesticAlertStatus299 creates a ShipDomesticAlertStatus299 with default headers values

func (*ShipDomesticAlertStatus299) Error

func (*ShipDomesticAlertStatus299) GetPayload

type ShipDomesticDailySchedule1NotModified

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

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

func NewShipDomesticDailySchedule1NotModified

func NewShipDomesticDailySchedule1NotModified() *ShipDomesticDailySchedule1NotModified

NewShipDomesticDailySchedule1NotModified creates a ShipDomesticDailySchedule1NotModified with default headers values

func (*ShipDomesticDailySchedule1NotModified) Error

type ShipDomesticDailySchedule1OK

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

Success

func NewShipDomesticDailySchedule1OK

func NewShipDomesticDailySchedule1OK() *ShipDomesticDailySchedule1OK

NewShipDomesticDailySchedule1OK creates a ShipDomesticDailySchedule1OK with default headers values

func (*ShipDomesticDailySchedule1OK) Error

type ShipDomesticDailySchedule1Params

type ShipDomesticDailySchedule1Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* RouteID.

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

	/* Health.

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

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

ShipDomesticDailySchedule1Params contains all the parameters to send to the API endpoint

for the ship domestic daily schedule 1 operation.

Typically these are written to a http.Request.

func NewShipDomesticDailySchedule1Params

func NewShipDomesticDailySchedule1Params() *ShipDomesticDailySchedule1Params

NewShipDomesticDailySchedule1Params creates a new ShipDomesticDailySchedule1Params 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 NewShipDomesticDailySchedule1ParamsWithContext

func NewShipDomesticDailySchedule1ParamsWithContext(ctx context.Context) *ShipDomesticDailySchedule1Params

NewShipDomesticDailySchedule1ParamsWithContext creates a new ShipDomesticDailySchedule1Params object with the ability to set a context for a request.

func NewShipDomesticDailySchedule1ParamsWithHTTPClient

func NewShipDomesticDailySchedule1ParamsWithHTTPClient(client *http.Client) *ShipDomesticDailySchedule1Params

NewShipDomesticDailySchedule1ParamsWithHTTPClient creates a new ShipDomesticDailySchedule1Params object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticDailySchedule1ParamsWithTimeout

func NewShipDomesticDailySchedule1ParamsWithTimeout(timeout time.Duration) *ShipDomesticDailySchedule1Params

NewShipDomesticDailySchedule1ParamsWithTimeout creates a new ShipDomesticDailySchedule1Params object with the ability to set a timeout on a request.

func (*ShipDomesticDailySchedule1Params) SetCity

func (o *ShipDomesticDailySchedule1Params) SetCity(city string)

SetCity adds the city to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetContext

SetContext adds the context to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDefaults

func (o *ShipDomesticDailySchedule1Params) SetDefaults()

SetDefaults hydrates default values in the ship domestic daily schedule 1 params (not the query body).

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

func (*ShipDomesticDailySchedule1Params) SetDollarCount

func (o *ShipDomesticDailySchedule1Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarFormat

func (o *ShipDomesticDailySchedule1Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetHealth

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

SetHealth adds the health to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetRouteID

func (o *ShipDomesticDailySchedule1Params) SetRouteID(routeID string)

SetRouteID adds the routeId to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) SetTimeout

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

SetTimeout adds the timeout to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithCity

WithCity adds the city to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithContext

WithContext adds the context to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDefaults

WithDefaults hydrates default values in the ship domestic daily schedule 1 params (not the query body).

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

func (*ShipDomesticDailySchedule1Params) WithDollarCount

WithDollarCount adds the dollarCount to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithDollarTop

WithDollarTop adds the dollarTop to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithHealth

WithHealth adds the health to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithRouteID

WithRouteID adds the routeID to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WithTimeout

WithTimeout adds the timeout to the ship domestic daily schedule 1 params

func (*ShipDomesticDailySchedule1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticDailySchedule1Reader

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

ShipDomesticDailySchedule1Reader is a Reader for the ShipDomesticDailySchedule1 structure.

func (*ShipDomesticDailySchedule1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticDailySchedule1Status299

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

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

func NewShipDomesticDailySchedule1Status299

func NewShipDomesticDailySchedule1Status299() *ShipDomesticDailySchedule1Status299

NewShipDomesticDailySchedule1Status299 creates a ShipDomesticDailySchedule1Status299 with default headers values

func (*ShipDomesticDailySchedule1Status299) Error

func (*ShipDomesticDailySchedule1Status299) GetPayload

type ShipDomesticDailyScheduleNotModified

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

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

func NewShipDomesticDailyScheduleNotModified

func NewShipDomesticDailyScheduleNotModified() *ShipDomesticDailyScheduleNotModified

NewShipDomesticDailyScheduleNotModified creates a ShipDomesticDailyScheduleNotModified with default headers values

func (*ShipDomesticDailyScheduleNotModified) Error

type ShipDomesticDailyScheduleOK

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

Success

func NewShipDomesticDailyScheduleOK

func NewShipDomesticDailyScheduleOK() *ShipDomesticDailyScheduleOK

NewShipDomesticDailyScheduleOK creates a ShipDomesticDailyScheduleOK with default headers values

func (*ShipDomesticDailyScheduleOK) Error

type ShipDomesticDailyScheduleParams

type ShipDomesticDailyScheduleParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticDailyScheduleParams contains all the parameters to send to the API endpoint

for the ship domestic daily schedule operation.

Typically these are written to a http.Request.

func NewShipDomesticDailyScheduleParams

func NewShipDomesticDailyScheduleParams() *ShipDomesticDailyScheduleParams

NewShipDomesticDailyScheduleParams creates a new ShipDomesticDailyScheduleParams 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 NewShipDomesticDailyScheduleParamsWithContext

func NewShipDomesticDailyScheduleParamsWithContext(ctx context.Context) *ShipDomesticDailyScheduleParams

NewShipDomesticDailyScheduleParamsWithContext creates a new ShipDomesticDailyScheduleParams object with the ability to set a context for a request.

func NewShipDomesticDailyScheduleParamsWithHTTPClient

func NewShipDomesticDailyScheduleParamsWithHTTPClient(client *http.Client) *ShipDomesticDailyScheduleParams

NewShipDomesticDailyScheduleParamsWithHTTPClient creates a new ShipDomesticDailyScheduleParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticDailyScheduleParamsWithTimeout

func NewShipDomesticDailyScheduleParamsWithTimeout(timeout time.Duration) *ShipDomesticDailyScheduleParams

NewShipDomesticDailyScheduleParamsWithTimeout creates a new ShipDomesticDailyScheduleParams object with the ability to set a timeout on a request.

func (*ShipDomesticDailyScheduleParams) SetCity

func (o *ShipDomesticDailyScheduleParams) SetCity(city string)

SetCity adds the city to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetContext

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

SetContext adds the context to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDefaults

func (o *ShipDomesticDailyScheduleParams) SetDefaults()

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

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

func (*ShipDomesticDailyScheduleParams) SetDollarCount

func (o *ShipDomesticDailyScheduleParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarFormat

func (o *ShipDomesticDailyScheduleParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetHealth

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

SetHealth adds the health to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithCity

WithCity adds the city to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithContext

WithContext adds the context to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDefaults

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

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

func (*ShipDomesticDailyScheduleParams) WithDollarCount

func (o *ShipDomesticDailyScheduleParams) WithDollarCount(dollarCount *bool) *ShipDomesticDailyScheduleParams

WithDollarCount adds the dollarCount to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithDollarTop

WithDollarTop adds the dollarTop to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithHealth

WithHealth adds the health to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WithTimeout

WithTimeout adds the timeout to the ship domestic daily schedule params

func (*ShipDomesticDailyScheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticDailyScheduleReader

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

ShipDomesticDailyScheduleReader is a Reader for the ShipDomesticDailySchedule structure.

func (*ShipDomesticDailyScheduleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticDailyScheduleStatus299

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

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

func NewShipDomesticDailyScheduleStatus299

func NewShipDomesticDailyScheduleStatus299() *ShipDomesticDailyScheduleStatus299

NewShipDomesticDailyScheduleStatus299 creates a ShipDomesticDailyScheduleStatus299 with default headers values

func (*ShipDomesticDailyScheduleStatus299) Error

func (*ShipDomesticDailyScheduleStatus299) GetPayload

type ShipDomesticNewsNotModified

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

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

func NewShipDomesticNewsNotModified

func NewShipDomesticNewsNotModified() *ShipDomesticNewsNotModified

NewShipDomesticNewsNotModified creates a ShipDomesticNewsNotModified with default headers values

func (*ShipDomesticNewsNotModified) Error

type ShipDomesticNewsOK

ShipDomesticNewsOK describes a response with status code 200, with default header values.

Success

func NewShipDomesticNewsOK

func NewShipDomesticNewsOK() *ShipDomesticNewsOK

NewShipDomesticNewsOK creates a ShipDomesticNewsOK with default headers values

func (*ShipDomesticNewsOK) Error

func (o *ShipDomesticNewsOK) Error() string

type ShipDomesticNewsParams

type ShipDomesticNewsParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticNewsParams contains all the parameters to send to the API endpoint

for the ship domestic news operation.

Typically these are written to a http.Request.

func NewShipDomesticNewsParams

func NewShipDomesticNewsParams() *ShipDomesticNewsParams

NewShipDomesticNewsParams creates a new ShipDomesticNewsParams 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 NewShipDomesticNewsParamsWithContext

func NewShipDomesticNewsParamsWithContext(ctx context.Context) *ShipDomesticNewsParams

NewShipDomesticNewsParamsWithContext creates a new ShipDomesticNewsParams object with the ability to set a context for a request.

func NewShipDomesticNewsParamsWithHTTPClient

func NewShipDomesticNewsParamsWithHTTPClient(client *http.Client) *ShipDomesticNewsParams

NewShipDomesticNewsParamsWithHTTPClient creates a new ShipDomesticNewsParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticNewsParamsWithTimeout

func NewShipDomesticNewsParamsWithTimeout(timeout time.Duration) *ShipDomesticNewsParams

NewShipDomesticNewsParamsWithTimeout creates a new ShipDomesticNewsParams object with the ability to set a timeout on a request.

func (*ShipDomesticNewsParams) SetCity

func (o *ShipDomesticNewsParams) SetCity(city string)

SetCity adds the city to the ship domestic news params

func (*ShipDomesticNewsParams) SetContext

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

SetContext adds the context to the ship domestic news params

func (*ShipDomesticNewsParams) SetDefaults

func (o *ShipDomesticNewsParams) SetDefaults()

SetDefaults hydrates default values in the ship domestic news params (not the query body).

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

func (*ShipDomesticNewsParams) SetDollarCount

func (o *ShipDomesticNewsParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarFormat

func (o *ShipDomesticNewsParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic news params

func (*ShipDomesticNewsParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic news params

func (*ShipDomesticNewsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic news params

func (*ShipDomesticNewsParams) SetHealth

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

SetHealth adds the health to the ship domestic news params

func (*ShipDomesticNewsParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic news params

func (*ShipDomesticNewsParams) WithCity

WithCity adds the city to the ship domestic news params

func (*ShipDomesticNewsParams) WithContext

WithContext adds the context to the ship domestic news params

func (*ShipDomesticNewsParams) WithDefaults

WithDefaults hydrates default values in the ship domestic news params (not the query body).

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

func (*ShipDomesticNewsParams) WithDollarCount

func (o *ShipDomesticNewsParams) WithDollarCount(dollarCount *bool) *ShipDomesticNewsParams

WithDollarCount adds the dollarCount to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic news params

func (*ShipDomesticNewsParams) WithDollarTop

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

WithDollarTop adds the dollarTop to the ship domestic news params

func (*ShipDomesticNewsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ship domestic news params

func (*ShipDomesticNewsParams) WithHealth

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

WithHealth adds the health to the ship domestic news params

func (*ShipDomesticNewsParams) WithTimeout

WithTimeout adds the timeout to the ship domestic news params

func (*ShipDomesticNewsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticNewsReader

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

ShipDomesticNewsReader is a Reader for the ShipDomesticNews structure.

func (*ShipDomesticNewsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticNewsStatus299

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

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

func NewShipDomesticNewsStatus299

func NewShipDomesticNewsStatus299() *ShipDomesticNewsStatus299

NewShipDomesticNewsStatus299 creates a ShipDomesticNewsStatus299 with default headers values

func (*ShipDomesticNewsStatus299) Error

func (o *ShipDomesticNewsStatus299) Error() string

func (*ShipDomesticNewsStatus299) GetPayload

type ShipDomesticOperatorNotModified

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

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

func NewShipDomesticOperatorNotModified

func NewShipDomesticOperatorNotModified() *ShipDomesticOperatorNotModified

NewShipDomesticOperatorNotModified creates a ShipDomesticOperatorNotModified with default headers values

func (*ShipDomesticOperatorNotModified) Error

type ShipDomesticOperatorOK

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

Success

func NewShipDomesticOperatorOK

func NewShipDomesticOperatorOK() *ShipDomesticOperatorOK

NewShipDomesticOperatorOK creates a ShipDomesticOperatorOK with default headers values

func (*ShipDomesticOperatorOK) Error

func (o *ShipDomesticOperatorOK) Error() string

type ShipDomesticOperatorParams

type ShipDomesticOperatorParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticOperatorParams contains all the parameters to send to the API endpoint

for the ship domestic operator operation.

Typically these are written to a http.Request.

func NewShipDomesticOperatorParams

func NewShipDomesticOperatorParams() *ShipDomesticOperatorParams

NewShipDomesticOperatorParams creates a new ShipDomesticOperatorParams 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 NewShipDomesticOperatorParamsWithContext

func NewShipDomesticOperatorParamsWithContext(ctx context.Context) *ShipDomesticOperatorParams

NewShipDomesticOperatorParamsWithContext creates a new ShipDomesticOperatorParams object with the ability to set a context for a request.

func NewShipDomesticOperatorParamsWithHTTPClient

func NewShipDomesticOperatorParamsWithHTTPClient(client *http.Client) *ShipDomesticOperatorParams

NewShipDomesticOperatorParamsWithHTTPClient creates a new ShipDomesticOperatorParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticOperatorParamsWithTimeout

func NewShipDomesticOperatorParamsWithTimeout(timeout time.Duration) *ShipDomesticOperatorParams

NewShipDomesticOperatorParamsWithTimeout creates a new ShipDomesticOperatorParams object with the ability to set a timeout on a request.

func (*ShipDomesticOperatorParams) SetCity

func (o *ShipDomesticOperatorParams) SetCity(city string)

SetCity adds the city to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetContext

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

SetContext adds the context to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDefaults

func (o *ShipDomesticOperatorParams) SetDefaults()

SetDefaults hydrates default values in the ship domestic operator params (not the query body).

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

func (*ShipDomesticOperatorParams) SetDollarCount

func (o *ShipDomesticOperatorParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarFormat

func (o *ShipDomesticOperatorParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetHealth

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

SetHealth adds the health to the ship domestic operator params

func (*ShipDomesticOperatorParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithCity

WithCity adds the city to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithContext

WithContext adds the context to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDefaults

WithDefaults hydrates default values in the ship domestic operator params (not the query body).

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

func (*ShipDomesticOperatorParams) WithDollarCount

func (o *ShipDomesticOperatorParams) WithDollarCount(dollarCount *bool) *ShipDomesticOperatorParams

WithDollarCount adds the dollarCount to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithDollarTop

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

WithDollarTop adds the dollarTop to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithHealth

WithHealth adds the health to the ship domestic operator params

func (*ShipDomesticOperatorParams) WithTimeout

WithTimeout adds the timeout to the ship domestic operator params

func (*ShipDomesticOperatorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticOperatorReader

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

ShipDomesticOperatorReader is a Reader for the ShipDomesticOperator structure.

func (*ShipDomesticOperatorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticOperatorStatus299

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

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

func NewShipDomesticOperatorStatus299

func NewShipDomesticOperatorStatus299() *ShipDomesticOperatorStatus299

NewShipDomesticOperatorStatus299 creates a ShipDomesticOperatorStatus299 with default headers values

func (*ShipDomesticOperatorStatus299) Error

func (*ShipDomesticOperatorStatus299) GetPayload

type ShipDomesticRouteNotModified

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

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

func NewShipDomesticRouteNotModified

func NewShipDomesticRouteNotModified() *ShipDomesticRouteNotModified

NewShipDomesticRouteNotModified creates a ShipDomesticRouteNotModified with default headers values

func (*ShipDomesticRouteNotModified) Error

type ShipDomesticRouteOK

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

Success

func NewShipDomesticRouteOK

func NewShipDomesticRouteOK() *ShipDomesticRouteOK

NewShipDomesticRouteOK creates a ShipDomesticRouteOK with default headers values

func (*ShipDomesticRouteOK) Error

func (o *ShipDomesticRouteOK) Error() string

type ShipDomesticRouteParams

type ShipDomesticRouteParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticRouteParams contains all the parameters to send to the API endpoint

for the ship domestic route operation.

Typically these are written to a http.Request.

func NewShipDomesticRouteParams

func NewShipDomesticRouteParams() *ShipDomesticRouteParams

NewShipDomesticRouteParams creates a new ShipDomesticRouteParams 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 NewShipDomesticRouteParamsWithContext

func NewShipDomesticRouteParamsWithContext(ctx context.Context) *ShipDomesticRouteParams

NewShipDomesticRouteParamsWithContext creates a new ShipDomesticRouteParams object with the ability to set a context for a request.

func NewShipDomesticRouteParamsWithHTTPClient

func NewShipDomesticRouteParamsWithHTTPClient(client *http.Client) *ShipDomesticRouteParams

NewShipDomesticRouteParamsWithHTTPClient creates a new ShipDomesticRouteParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticRouteParamsWithTimeout

func NewShipDomesticRouteParamsWithTimeout(timeout time.Duration) *ShipDomesticRouteParams

NewShipDomesticRouteParamsWithTimeout creates a new ShipDomesticRouteParams object with the ability to set a timeout on a request.

func (*ShipDomesticRouteParams) SetCity

func (o *ShipDomesticRouteParams) SetCity(city string)

SetCity adds the city to the ship domestic route params

func (*ShipDomesticRouteParams) SetContext

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

SetContext adds the context to the ship domestic route params

func (*ShipDomesticRouteParams) SetDefaults

func (o *ShipDomesticRouteParams) SetDefaults()

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

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

func (*ShipDomesticRouteParams) SetDollarCount

func (o *ShipDomesticRouteParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarFormat

func (o *ShipDomesticRouteParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic route params

func (*ShipDomesticRouteParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic route params

func (*ShipDomesticRouteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic route params

func (*ShipDomesticRouteParams) SetHealth

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

SetHealth adds the health to the ship domestic route params

func (*ShipDomesticRouteParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic route params

func (*ShipDomesticRouteParams) WithCity

WithCity adds the city to the ship domestic route params

func (*ShipDomesticRouteParams) WithContext

WithContext adds the context to the ship domestic route params

func (*ShipDomesticRouteParams) WithDefaults

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

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

func (*ShipDomesticRouteParams) WithDollarCount

func (o *ShipDomesticRouteParams) WithDollarCount(dollarCount *bool) *ShipDomesticRouteParams

WithDollarCount adds the dollarCount to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic route params

func (*ShipDomesticRouteParams) WithDollarTop

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

WithDollarTop adds the dollarTop to the ship domestic route params

func (*ShipDomesticRouteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ship domestic route params

func (*ShipDomesticRouteParams) WithHealth

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

WithHealth adds the health to the ship domestic route params

func (*ShipDomesticRouteParams) WithTimeout

WithTimeout adds the timeout to the ship domestic route params

func (*ShipDomesticRouteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticRouteReader

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

ShipDomesticRouteReader is a Reader for the ShipDomesticRoute structure.

func (*ShipDomesticRouteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticRouteStatus299

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

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

func NewShipDomesticRouteStatus299

func NewShipDomesticRouteStatus299() *ShipDomesticRouteStatus299

NewShipDomesticRouteStatus299 creates a ShipDomesticRouteStatus299 with default headers values

func (*ShipDomesticRouteStatus299) Error

func (*ShipDomesticRouteStatus299) GetPayload

type ShipDomesticSpecificSchedule1NotModified

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

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

func NewShipDomesticSpecificSchedule1NotModified

func NewShipDomesticSpecificSchedule1NotModified() *ShipDomesticSpecificSchedule1NotModified

NewShipDomesticSpecificSchedule1NotModified creates a ShipDomesticSpecificSchedule1NotModified with default headers values

func (*ShipDomesticSpecificSchedule1NotModified) Error

type ShipDomesticSpecificSchedule1OK

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

Success

func NewShipDomesticSpecificSchedule1OK

func NewShipDomesticSpecificSchedule1OK() *ShipDomesticSpecificSchedule1OK

NewShipDomesticSpecificSchedule1OK creates a ShipDomesticSpecificSchedule1OK with default headers values

func (*ShipDomesticSpecificSchedule1OK) Error

type ShipDomesticSpecificSchedule1Params

type ShipDomesticSpecificSchedule1Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* RouteID.

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

	/* Health.

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

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

ShipDomesticSpecificSchedule1Params contains all the parameters to send to the API endpoint

for the ship domestic specific schedule 1 operation.

Typically these are written to a http.Request.

func NewShipDomesticSpecificSchedule1Params

func NewShipDomesticSpecificSchedule1Params() *ShipDomesticSpecificSchedule1Params

NewShipDomesticSpecificSchedule1Params creates a new ShipDomesticSpecificSchedule1Params 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 NewShipDomesticSpecificSchedule1ParamsWithContext

func NewShipDomesticSpecificSchedule1ParamsWithContext(ctx context.Context) *ShipDomesticSpecificSchedule1Params

NewShipDomesticSpecificSchedule1ParamsWithContext creates a new ShipDomesticSpecificSchedule1Params object with the ability to set a context for a request.

func NewShipDomesticSpecificSchedule1ParamsWithHTTPClient

func NewShipDomesticSpecificSchedule1ParamsWithHTTPClient(client *http.Client) *ShipDomesticSpecificSchedule1Params

NewShipDomesticSpecificSchedule1ParamsWithHTTPClient creates a new ShipDomesticSpecificSchedule1Params object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticSpecificSchedule1ParamsWithTimeout

func NewShipDomesticSpecificSchedule1ParamsWithTimeout(timeout time.Duration) *ShipDomesticSpecificSchedule1Params

NewShipDomesticSpecificSchedule1ParamsWithTimeout creates a new ShipDomesticSpecificSchedule1Params object with the ability to set a timeout on a request.

func (*ShipDomesticSpecificSchedule1Params) SetCity

SetCity adds the city to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetContext

SetContext adds the context to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDefaults

func (o *ShipDomesticSpecificSchedule1Params) SetDefaults()

SetDefaults hydrates default values in the ship domestic specific schedule 1 params (not the query body).

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

func (*ShipDomesticSpecificSchedule1Params) SetDollarCount

func (o *ShipDomesticSpecificSchedule1Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarFormat

func (o *ShipDomesticSpecificSchedule1Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetHealth

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

SetHealth adds the health to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetRouteID

func (o *ShipDomesticSpecificSchedule1Params) SetRouteID(routeID string)

SetRouteID adds the routeId to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) SetTimeout

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

SetTimeout adds the timeout to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithCity

WithCity adds the city to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithContext

WithContext adds the context to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDefaults

WithDefaults hydrates default values in the ship domestic specific schedule 1 params (not the query body).

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

func (*ShipDomesticSpecificSchedule1Params) WithDollarCount

WithDollarCount adds the dollarCount to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarFilter

WithDollarFilter adds the dollarFilter to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarFormat

WithDollarFormat adds the dollarFormat to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarSelect

WithDollarSelect adds the dollarSelect to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithDollarTop

WithDollarTop adds the dollarTop to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithHealth

WithHealth adds the health to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithRouteID

WithRouteID adds the routeID to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WithTimeout

WithTimeout adds the timeout to the ship domestic specific schedule 1 params

func (*ShipDomesticSpecificSchedule1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticSpecificSchedule1Reader

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

ShipDomesticSpecificSchedule1Reader is a Reader for the ShipDomesticSpecificSchedule1 structure.

func (*ShipDomesticSpecificSchedule1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticSpecificSchedule1Status299

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

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

func NewShipDomesticSpecificSchedule1Status299

func NewShipDomesticSpecificSchedule1Status299() *ShipDomesticSpecificSchedule1Status299

NewShipDomesticSpecificSchedule1Status299 creates a ShipDomesticSpecificSchedule1Status299 with default headers values

func (*ShipDomesticSpecificSchedule1Status299) Error

func (*ShipDomesticSpecificSchedule1Status299) GetPayload

type ShipDomesticSpecificScheduleNotModified

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

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

func NewShipDomesticSpecificScheduleNotModified

func NewShipDomesticSpecificScheduleNotModified() *ShipDomesticSpecificScheduleNotModified

NewShipDomesticSpecificScheduleNotModified creates a ShipDomesticSpecificScheduleNotModified with default headers values

func (*ShipDomesticSpecificScheduleNotModified) Error

type ShipDomesticSpecificScheduleOK

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

Success

func NewShipDomesticSpecificScheduleOK

func NewShipDomesticSpecificScheduleOK() *ShipDomesticSpecificScheduleOK

NewShipDomesticSpecificScheduleOK creates a ShipDomesticSpecificScheduleOK with default headers values

func (*ShipDomesticSpecificScheduleOK) Error

type ShipDomesticSpecificScheduleParams

type ShipDomesticSpecificScheduleParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticSpecificScheduleParams contains all the parameters to send to the API endpoint

for the ship domestic specific schedule operation.

Typically these are written to a http.Request.

func NewShipDomesticSpecificScheduleParams

func NewShipDomesticSpecificScheduleParams() *ShipDomesticSpecificScheduleParams

NewShipDomesticSpecificScheduleParams creates a new ShipDomesticSpecificScheduleParams 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 NewShipDomesticSpecificScheduleParamsWithContext

func NewShipDomesticSpecificScheduleParamsWithContext(ctx context.Context) *ShipDomesticSpecificScheduleParams

NewShipDomesticSpecificScheduleParamsWithContext creates a new ShipDomesticSpecificScheduleParams object with the ability to set a context for a request.

func NewShipDomesticSpecificScheduleParamsWithHTTPClient

func NewShipDomesticSpecificScheduleParamsWithHTTPClient(client *http.Client) *ShipDomesticSpecificScheduleParams

NewShipDomesticSpecificScheduleParamsWithHTTPClient creates a new ShipDomesticSpecificScheduleParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticSpecificScheduleParamsWithTimeout

func NewShipDomesticSpecificScheduleParamsWithTimeout(timeout time.Duration) *ShipDomesticSpecificScheduleParams

NewShipDomesticSpecificScheduleParamsWithTimeout creates a new ShipDomesticSpecificScheduleParams object with the ability to set a timeout on a request.

func (*ShipDomesticSpecificScheduleParams) SetCity

func (o *ShipDomesticSpecificScheduleParams) SetCity(city string)

SetCity adds the city to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetContext

SetContext adds the context to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDefaults

func (o *ShipDomesticSpecificScheduleParams) SetDefaults()

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

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

func (*ShipDomesticSpecificScheduleParams) SetDollarCount

func (o *ShipDomesticSpecificScheduleParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarFormat

func (o *ShipDomesticSpecificScheduleParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetHealth

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

SetHealth adds the health to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithCity

WithCity adds the city to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithContext

WithContext adds the context to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDefaults

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

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

func (*ShipDomesticSpecificScheduleParams) WithDollarCount

WithDollarCount adds the dollarCount to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarFilter

WithDollarFilter adds the dollarFilter to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarFormat

WithDollarFormat adds the dollarFormat to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarSelect

WithDollarSelect adds the dollarSelect to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithDollarTop

WithDollarTop adds the dollarTop to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithHealth

WithHealth adds the health to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WithTimeout

WithTimeout adds the timeout to the ship domestic specific schedule params

func (*ShipDomesticSpecificScheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticSpecificScheduleReader

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

ShipDomesticSpecificScheduleReader is a Reader for the ShipDomesticSpecificSchedule structure.

func (*ShipDomesticSpecificScheduleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticSpecificScheduleStatus299

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

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

func NewShipDomesticSpecificScheduleStatus299

func NewShipDomesticSpecificScheduleStatus299() *ShipDomesticSpecificScheduleStatus299

NewShipDomesticSpecificScheduleStatus299 creates a ShipDomesticSpecificScheduleStatus299 with default headers values

func (*ShipDomesticSpecificScheduleStatus299) Error

func (*ShipDomesticSpecificScheduleStatus299) GetPayload

type ShipDomesticStopOfRouteNotModified

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

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

func NewShipDomesticStopOfRouteNotModified

func NewShipDomesticStopOfRouteNotModified() *ShipDomesticStopOfRouteNotModified

NewShipDomesticStopOfRouteNotModified creates a ShipDomesticStopOfRouteNotModified with default headers values

func (*ShipDomesticStopOfRouteNotModified) Error

type ShipDomesticStopOfRouteOK

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

Success

func NewShipDomesticStopOfRouteOK

func NewShipDomesticStopOfRouteOK() *ShipDomesticStopOfRouteOK

NewShipDomesticStopOfRouteOK creates a ShipDomesticStopOfRouteOK with default headers values

func (*ShipDomesticStopOfRouteOK) Error

func (o *ShipDomesticStopOfRouteOK) Error() string

type ShipDomesticStopOfRouteParams

type ShipDomesticStopOfRouteParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticStopOfRouteParams contains all the parameters to send to the API endpoint

for the ship domestic stop of route operation.

Typically these are written to a http.Request.

func NewShipDomesticStopOfRouteParams

func NewShipDomesticStopOfRouteParams() *ShipDomesticStopOfRouteParams

NewShipDomesticStopOfRouteParams creates a new ShipDomesticStopOfRouteParams 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 NewShipDomesticStopOfRouteParamsWithContext

func NewShipDomesticStopOfRouteParamsWithContext(ctx context.Context) *ShipDomesticStopOfRouteParams

NewShipDomesticStopOfRouteParamsWithContext creates a new ShipDomesticStopOfRouteParams object with the ability to set a context for a request.

func NewShipDomesticStopOfRouteParamsWithHTTPClient

func NewShipDomesticStopOfRouteParamsWithHTTPClient(client *http.Client) *ShipDomesticStopOfRouteParams

NewShipDomesticStopOfRouteParamsWithHTTPClient creates a new ShipDomesticStopOfRouteParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticStopOfRouteParamsWithTimeout

func NewShipDomesticStopOfRouteParamsWithTimeout(timeout time.Duration) *ShipDomesticStopOfRouteParams

NewShipDomesticStopOfRouteParamsWithTimeout creates a new ShipDomesticStopOfRouteParams object with the ability to set a timeout on a request.

func (*ShipDomesticStopOfRouteParams) SetCity

func (o *ShipDomesticStopOfRouteParams) SetCity(city string)

SetCity adds the city to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetContext

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

SetContext adds the context to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDefaults

func (o *ShipDomesticStopOfRouteParams) SetDefaults()

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

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

func (*ShipDomesticStopOfRouteParams) SetDollarCount

func (o *ShipDomesticStopOfRouteParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarFormat

func (o *ShipDomesticStopOfRouteParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetHealth

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

SetHealth adds the health to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithCity

WithCity adds the city to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithContext

WithContext adds the context to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDefaults

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

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

func (*ShipDomesticStopOfRouteParams) WithDollarCount

func (o *ShipDomesticStopOfRouteParams) WithDollarCount(dollarCount *bool) *ShipDomesticStopOfRouteParams

WithDollarCount adds the dollarCount to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithDollarTop

WithDollarTop adds the dollarTop to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithHealth

WithHealth adds the health to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WithTimeout

WithTimeout adds the timeout to the ship domestic stop of route params

func (*ShipDomesticStopOfRouteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticStopOfRouteReader

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

ShipDomesticStopOfRouteReader is a Reader for the ShipDomesticStopOfRoute structure.

func (*ShipDomesticStopOfRouteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticStopOfRouteStatus299

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

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

func NewShipDomesticStopOfRouteStatus299

func NewShipDomesticStopOfRouteStatus299() *ShipDomesticStopOfRouteStatus299

NewShipDomesticStopOfRouteStatus299 creates a ShipDomesticStopOfRouteStatus299 with default headers values

func (*ShipDomesticStopOfRouteStatus299) Error

func (*ShipDomesticStopOfRouteStatus299) GetPayload

type ShipDomesticVesselNotModified

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

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

func NewShipDomesticVesselNotModified

func NewShipDomesticVesselNotModified() *ShipDomesticVesselNotModified

NewShipDomesticVesselNotModified creates a ShipDomesticVesselNotModified with default headers values

func (*ShipDomesticVesselNotModified) Error

type ShipDomesticVesselOK

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

Success

func NewShipDomesticVesselOK

func NewShipDomesticVesselOK() *ShipDomesticVesselOK

NewShipDomesticVesselOK creates a ShipDomesticVesselOK with default headers values

func (*ShipDomesticVesselOK) Error

func (o *ShipDomesticVesselOK) Error() string

type ShipDomesticVesselParams

type ShipDomesticVesselParams struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	// City.
	City string

	/* Health.

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

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

ShipDomesticVesselParams contains all the parameters to send to the API endpoint

for the ship domestic vessel operation.

Typically these are written to a http.Request.

func NewShipDomesticVesselParams

func NewShipDomesticVesselParams() *ShipDomesticVesselParams

NewShipDomesticVesselParams creates a new ShipDomesticVesselParams 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 NewShipDomesticVesselParamsWithContext

func NewShipDomesticVesselParamsWithContext(ctx context.Context) *ShipDomesticVesselParams

NewShipDomesticVesselParamsWithContext creates a new ShipDomesticVesselParams object with the ability to set a context for a request.

func NewShipDomesticVesselParamsWithHTTPClient

func NewShipDomesticVesselParamsWithHTTPClient(client *http.Client) *ShipDomesticVesselParams

NewShipDomesticVesselParamsWithHTTPClient creates a new ShipDomesticVesselParams object with the ability to set a custom HTTPClient for a request.

func NewShipDomesticVesselParamsWithTimeout

func NewShipDomesticVesselParamsWithTimeout(timeout time.Duration) *ShipDomesticVesselParams

NewShipDomesticVesselParamsWithTimeout creates a new ShipDomesticVesselParams object with the ability to set a timeout on a request.

func (*ShipDomesticVesselParams) SetCity

func (o *ShipDomesticVesselParams) SetCity(city string)

SetCity adds the city to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetContext

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

SetContext adds the context to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDefaults

func (o *ShipDomesticVesselParams) SetDefaults()

SetDefaults hydrates default values in the ship domestic vessel params (not the query body).

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

func (*ShipDomesticVesselParams) SetDollarCount

func (o *ShipDomesticVesselParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarFormat

func (o *ShipDomesticVesselParams) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarSelect

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

SetDollarSelect adds the dollarSelect to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetHealth

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

SetHealth adds the health to the ship domestic vessel params

func (*ShipDomesticVesselParams) SetTimeout

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

SetTimeout adds the timeout to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithCity

WithCity adds the city to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithContext

WithContext adds the context to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDefaults

WithDefaults hydrates default values in the ship domestic vessel params (not the query body).

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

func (*ShipDomesticVesselParams) WithDollarCount

func (o *ShipDomesticVesselParams) WithDollarCount(dollarCount *bool) *ShipDomesticVesselParams

WithDollarCount adds the dollarCount to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarFilter

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

WithDollarFilter adds the dollarFilter to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarFormat

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

WithDollarFormat adds the dollarFormat to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarSelect

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

WithDollarSelect adds the dollarSelect to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarSkip

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

WithDollarSkip adds the dollarSkip to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithDollarTop

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

WithDollarTop adds the dollarTop to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithHealth

WithHealth adds the health to the ship domestic vessel params

func (*ShipDomesticVesselParams) WithTimeout

WithTimeout adds the timeout to the ship domestic vessel params

func (*ShipDomesticVesselParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShipDomesticVesselReader

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

ShipDomesticVesselReader is a Reader for the ShipDomesticVessel structure.

func (*ShipDomesticVesselReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShipDomesticVesselStatus299

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

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

func NewShipDomesticVesselStatus299

func NewShipDomesticVesselStatus299() *ShipDomesticVesselStatus299

NewShipDomesticVesselStatus299 creates a ShipDomesticVesselStatus299 with default headers values

func (*ShipDomesticVesselStatus299) Error

func (*ShipDomesticVesselStatus299) GetPayload

Jump to

Keyboard shortcuts

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