Package io.unitycatalog.client.model
Class GetMetastoreSummaryResponse
java.lang.Object
io.unitycatalog.client.model.GetMetastoreSummaryResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class GetMetastoreSummaryResponse
extends Object
GetMetastoreSummaryResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this GetMetastoreSummaryResponse object is equal to o.Unique identifier of the metastore.inthashCode()metastoreId(String metastoreId) voidsetMetastoreId(String metastoreId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_METASTORE_ID
- See Also:
-
-
Constructor Details
-
GetMetastoreSummaryResponse
public GetMetastoreSummaryResponse()
-
-
Method Details
-
metastoreId
-
getMetastoreId
Unique identifier of the metastore.- Returns:
- metastoreId
-
setMetastoreId
-
equals
Return true if this GetMetastoreSummaryResponse 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
-