Uses of Class
com.tencentcloudapi.tione.v20211111.models.SchemaInfo
-
Packages that use SchemaInfo Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of SchemaInfo in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return SchemaInfo Modifier and Type Method Description SchemaInfo[]CreateDatasetRequest. getSchemaInfos()Get 表头信息Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type SchemaInfo Modifier and Type Method Description voidCreateDatasetRequest. setSchemaInfos(SchemaInfo[] SchemaInfos)Set 表头信息Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type SchemaInfo Constructor Description SchemaInfo(SchemaInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-