类 GetPropertyMeta


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.6.0")
    public class GetPropertyMeta
    extends Object
    GetPropertyMeta
    • 字段详细资料

      • SERIALIZED_NAME_PROPERTY_NAME

        public static final String SERIALIZED_NAME_PROPERTY_NAME
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_PROPERTY_TYPE

        public static final String SERIALIZED_NAME_PROPERTY_TYPE
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_PROPERTY_ID

        public static final String SERIALIZED_NAME_PROPERTY_ID
        另请参阅:
        常量字段值
      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • 构造器详细资料

      • GetPropertyMeta

        public GetPropertyMeta()
    • 方法详细资料

      • getPropertyName

        @Nullable
        public String getPropertyName()
        Get propertyName
        返回:
        propertyName
      • setPropertyName

        public void setPropertyName​(String propertyName)
      • getPropertyType

        @Nullable
        public GSDataType getPropertyType()
        Get propertyType
        返回:
        propertyType
      • setPropertyType

        public void setPropertyType​(GSDataType propertyType)
      • getPropertyId

        @Nullable
        public Integer getPropertyId()
        Get propertyId
        返回:
        propertyId
      • setPropertyId

        public void setPropertyId​(Integer propertyId)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        参数:
        jsonElement - JSON Element
        抛出:
        IOException - if the JSON Element is invalid with respect to GetPropertyMeta
      • fromJson

        public static GetPropertyMeta fromJson​(String jsonString)
                                        throws IOException
        Create an instance of GetPropertyMeta given an JSON string
        参数:
        jsonString - JSON string
        返回:
        An instance of GetPropertyMeta
        抛出:
        IOException - if the JSON string is invalid with respect to GetPropertyMeta
      • toJson

        public String toJson()
        Convert an instance of GetPropertyMeta to an JSON string
        返回:
        JSON string