Uses of Class
com.tencentcloudapi.tsf.v20180326.models.PropertyField
-
Packages that use PropertyField Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of PropertyField in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return PropertyField Modifier and Type Method Description PropertyField[]ApiDefinitionDescr. getProperties()Get 对象属性列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type PropertyField Modifier and Type Method Description voidApiDefinitionDescr. setProperties(PropertyField[] Properties)Set 对象属性列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type PropertyField Constructor Description PropertyField(PropertyField 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.
-