Package com.volcengine.ark.model
Class StatusForListModelCustomizationJobsOutput.PhaseEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<StatusForListModelCustomizationJobsOutput.PhaseEnum>
-
- com.volcengine.ark.model.StatusForListModelCustomizationJobsOutput.PhaseEnum.Adapter
-
- Enclosing class:
- StatusForListModelCustomizationJobsOutput.PhaseEnum
public static class StatusForListModelCustomizationJobsOutput.PhaseEnum.Adapter extends com.google.gson.TypeAdapter<StatusForListModelCustomizationJobsOutput.PhaseEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusForListModelCustomizationJobsOutput.PhaseEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, StatusForListModelCustomizationJobsOutput.PhaseEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, StatusForListModelCustomizationJobsOutput.PhaseEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<StatusForListModelCustomizationJobsOutput.PhaseEnum>- Throws:
IOException
-
read
public StatusForListModelCustomizationJobsOutput.PhaseEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<StatusForListModelCustomizationJobsOutput.PhaseEnum>- Throws:
IOException
-
-