Class MmsInstanceStateInfo

    • 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审核拒绝