类 Label
java.lang.Object
com.ec.v2.service.Label
public class Label
extends java.lang.Object
-
构造器概要
构造器 构造器 说明 Label() -
方法概要
修饰符和类型 方法 说明 static LabelResponse<java.util.List<GetTagDTO>>addLabel(AddTagVO addTagVO)static LabelResponse<java.util.List<GetTagDTO>>addLabelGroup(AddLabelGroupVO addLabelGroupVO)static LabelResponse<java.util.List<GetTagDTO>>getLabelInfo(GetTagVO getTagVO)static BoolMsgResponseupdate(UpdateTagVO dto)
-
构造器详细资料
-
Label
public Label()
-
-
方法详细资料
-
update
public static BoolMsgResponse update(UpdateTagVO dto) throws org.apache.http.client.ClientProtocolException, java.io.IOException- 参数:
dto-- 返回:
- 抛出:
org.apache.http.client.ClientProtocolExceptionjava.io.IOException
-
getLabelInfo
public static LabelResponse<java.util.List<GetTagDTO>> getLabelInfo(GetTagVO getTagVO) throws java.io.IOException- 抛出:
java.io.IOException
-
addLabel
public static LabelResponse<java.util.List<GetTagDTO>> addLabel(AddTagVO addTagVO) throws java.io.IOException- 抛出:
java.io.IOException
-
addLabelGroup
public static LabelResponse<java.util.List<GetTagDTO>> addLabelGroup(AddLabelGroupVO addLabelGroupVO) throws java.io.IOException- 抛出:
java.io.IOException
-