Package com.volcengine.privatezone.model
Class BatchDeleteCustomLineResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.privatezone.model.BatchDeleteCustomLineResponse
-
public class BatchDeleteCustomLineResponse extends com.volcengine.model.AbstractResponseBatchDeleteCustomLineResponse
-
-
Constructor Summary
Constructors Constructor Description BatchDeleteCustomLineResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetTotalCount()Get totalCountinthashCode()voidsetTotalCount(Integer totalCount)StringtoString()BatchDeleteCustomLineResponsetotalCount(Integer totalCount)
-
-
-
Method Detail
-
totalCount
public BatchDeleteCustomLineResponse totalCount(Integer totalCount)
-
getTotalCount
public Integer getTotalCount()
Get totalCount- Returns:
- totalCount
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-