Class MmsInstanceStateInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.MmsInstanceStateInfo
-
public class MmsInstanceStateInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MmsInstanceStateInfo()
MmsInstanceStateInfo(MmsInstanceStateInfo 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 String
getOperator()
Get 运营商Long
getState()
Get 审核状态:0未审核,1审核通过,2审核拒绝void
setOperator(String Operator)
Set 运营商void
setState(Long State)
Set 审核状态:0未审核,1审核通过,2审核拒绝void
toMap(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
-
MmsInstanceStateInfo
public MmsInstanceStateInfo()
-
MmsInstanceStateInfo
public MmsInstanceStateInfo(MmsInstanceStateInfo 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
-
getOperator
public String getOperator()
Get 运营商- Returns:
- Operator 运营商
-
setOperator
public void setOperator(String Operator)
Set 运营商- Parameters:
Operator
- 运营商
-
getState
public Long getState()
Get 审核状态:0未审核,1审核通过,2审核拒绝- Returns:
- State 审核状态:0未审核,1审核通过,2审核拒绝
-
setState
public void setState(Long State)
Set 审核状态:0未审核,1审核通过,2审核拒绝- Parameters:
State
- 审核状态:0未审核,1审核通过,2审核拒绝
-
-