public class ShipperMigration extends Object implements Serializable
| Constructor and Description |
|---|
ShipperMigration(String name,
String logstore,
String shipperName) |
public String getRegion()
public void setRegion(String region)
public String getShipperType()
public void setShipperType(String shipperType)
public String getExportLink()
public void setExportLink(String exportLink)
public String getState()
public void setState(String state)
public int getRetryCount()
public void setRetryCount(int retryCount)
public String getMessage()
public void setMessage(String message)
public String getUserConf()
public void setUserConf(String userConf)
public long getCreateTime()
public void setCreateTime(long createTime)
public long getUpdateTime()
public void setUpdateTime(long updateTime)
public String getName()
public void setName(String name)
public String getLogstore()
public void setLogstore(String logstore)
public String getShipperName()
public void setShipperName(String shipperName)
public void checkForCreate()
throws IllegalArgumentException
IllegalArgumentExceptionpublic String ToCreateJsonString() throws LogException
LogExceptionpublic static ShipperMigration extractGetMigration(com.alibaba.fastjson.JSONObject body, String requestId) throws LogException
LogExceptionpublic static ShipperMigration extractListMigration(com.alibaba.fastjson.JSONObject body, String requestId) throws LogException
LogExceptionpublic static List<ShipperMigration> extractMigrations(com.alibaba.fastjson.JSONObject body, String requestId) throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.