Package com.qtsurfer.api.client.model
Class SweepAxisOneOf
java.lang.Object
com.qtsurfer.api.client.model.SweepAxisOneOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepAxisOneOf
extends Object
SweepAxisOneOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SweepAxis_oneOf object is equal to o.getFrom()Get fromgetStep()Get stepgetTo()Get tointhashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_STEP
- See Also:
-
-
Constructor Details
-
SweepAxisOneOf
public SweepAxisOneOf()
-
-
Method Details
-
from
-
getFrom
Get from- Returns:
- from
-
setFrom
-
to
-
getTo
Get to- Returns:
- to
-
setTo
-
step
-
getStep
Get step- Returns:
- step
-
setStep
-
equals
Return true if this SweepAxis_oneOf object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-