Class DelVirtualNumResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.npp.v20190823.models.DelVirtualNumResponse
-
public class DelVirtualNumResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DelVirtualNumResponse()DelVirtualNumResponse(DelVirtualNumResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindId()Get 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorCode()Get 错误码StringgetMsg()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。StringgetRefLeftNum()Get 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetBindId(String BindId)Set 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorCode(String ErrorCode)Set 错误码voidsetMsg(String Msg)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetRefLeftNum(String RefLeftNum)Set 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DelVirtualNumResponse
public DelVirtualNumResponse()
-
DelVirtualNumResponse
public DelVirtualNumResponse(DelVirtualNumResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
Get 错误码- Returns:
- ErrorCode 错误码
-
setErrorCode
public void setErrorCode(String ErrorCode)
Set 错误码- Parameters:
ErrorCode- 错误码
-
getMsg
public String getMsg()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Msg 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMsg
public void setMsg(String Msg)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Msg- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getBindId
public String getBindId()
Get 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindId 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。
-
setBindId
public void setBindId(String BindId)
Set 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindId- 绑定 ID,该 ID 全局唯一 注意:此字段可能返回 null,表示取不到有效值。
-
getRefLeftNum
public String getRefLeftNum()
Get 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RefLeftNum 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。
-
setRefLeftNum
public void setRefLeftNum(String RefLeftNum)
Set 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RefLeftNum- 中间号还剩引用计数,如果计数为 0 会解绑 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-