Package com.exoscale.sdk.model
Class DbaasEndpointOpensearchOutput
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasEndpointOpensearchOutput
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasEndpointOpensearchOutput extends Object
DbaasEndpointOpensearchOutput
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ID
static String
JSON_PROPERTY_NAME
static String
JSON_PROPERTY_SETTINGS
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description DbaasEndpointOpensearchOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this dbaas-endpoint-opensearch-output object is equal to o.UUID
getId()
External integration endpoint idString
getName()
External integration endpoint nameDbaasEndpointOpensearchOptionalFields
getSettings()
Get settingsEnumExternalEndpointTypes
getType()
Get typeint
hashCode()
DbaasEndpointOpensearchOutput
id(UUID id)
DbaasEndpointOpensearchOutput
name(String name)
void
setId(UUID id)
void
setName(String name)
void
setSettings(DbaasEndpointOpensearchOptionalFields settings)
DbaasEndpointOpensearchOutput
settings(DbaasEndpointOpensearchOptionalFields settings)
void
setType(EnumExternalEndpointTypes type)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.DbaasEndpointOpensearchOutput
type(EnumExternalEndpointTypes type)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_SETTINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public DbaasEndpointOpensearchOutput name(String name)
-
getName
@Nullable public String getName()
External integration endpoint name- Returns:
- name
-
setName
public void setName(String name)
-
type
public DbaasEndpointOpensearchOutput type(EnumExternalEndpointTypes type)
-
getType
@Nullable public EnumExternalEndpointTypes getType()
Get type- Returns:
- type
-
setType
public void setType(EnumExternalEndpointTypes type)
-
id
public DbaasEndpointOpensearchOutput id(UUID id)
-
getId
@Nullable public UUID getId()
External integration endpoint id- Returns:
- id
-
setId
public void setId(UUID id)
-
settings
public DbaasEndpointOpensearchOutput settings(DbaasEndpointOpensearchOptionalFields settings)
-
getSettings
@Nullable public DbaasEndpointOpensearchOptionalFields getSettings()
Get settings- Returns:
- settings
-
setSettings
public void setSettings(DbaasEndpointOpensearchOptionalFields settings)
-
equals
public boolean equals(Object o)
Return true if this dbaas-endpoint-opensearch-output object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-