Class Namespace
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.Namespace
-
public class Namespace extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddTime()Get 命名空间修改时间StringgetDescription()Get 命名空间描述StringgetModTime()Get 命名空间创建时间StringgetName()Get 命名空间名称StringgetType()Get 默认default,TCB表示是小程序云开发创建的voidsetAddTime(String AddTime)Set 命名空间修改时间voidsetDescription(String Description)Set 命名空间描述voidsetModTime(String ModTime)Set 命名空间创建时间voidsetName(String Name)Set 命名空间名称voidsetType(String Type)Set 默认default,TCB表示是小程序云开发创建的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
-
Namespace
public Namespace()
-
Namespace
public Namespace(Namespace 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
-
getModTime
public String getModTime()
Get 命名空间创建时间- Returns:
- ModTime 命名空间创建时间
-
setModTime
public void setModTime(String ModTime)
Set 命名空间创建时间- Parameters:
ModTime- 命名空间创建时间
-
getAddTime
public String getAddTime()
Get 命名空间修改时间- Returns:
- AddTime 命名空间修改时间
-
setAddTime
public void setAddTime(String AddTime)
Set 命名空间修改时间- Parameters:
AddTime- 命名空间修改时间
-
getDescription
public String getDescription()
Get 命名空间描述- Returns:
- Description 命名空间描述
-
setDescription
public void setDescription(String Description)
Set 命名空间描述- Parameters:
Description- 命名空间描述
-
getName
public String getName()
Get 命名空间名称- Returns:
- Name 命名空间名称
-
setName
public void setName(String Name)
Set 命名空间名称- Parameters:
Name- 命名空间名称
-
getType
public String getType()
Get 默认default,TCB表示是小程序云开发创建的- Returns:
- Type 默认default,TCB表示是小程序云开发创建的
-
setType
public void setType(String Type)
Set 默认default,TCB表示是小程序云开发创建的- Parameters:
Type- 默认default,TCB表示是小程序云开发创建的
-
-