Class ResourceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ResourceInfo
-
public class ResourceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResourceInfo()ResourceInfo(ResourceInfo 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 EntitygetOwner()Get 资源归属,个人或团队。ResourcegetResource()Get 媒资和分类资源。voidsetOwner(Entity Owner)Set 资源归属,个人或团队。voidsetResource(Resource Resource)Set 媒资和分类资源。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
-
ResourceInfo
public ResourceInfo()
-
ResourceInfo
public ResourceInfo(ResourceInfo 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
-
getResource
public Resource getResource()
Get 媒资和分类资源。- Returns:
- Resource 媒资和分类资源。
-
setResource
public void setResource(Resource Resource)
Set 媒资和分类资源。- Parameters:
Resource- 媒资和分类资源。
-
getOwner
public Entity getOwner()
Get 资源归属,个人或团队。- Returns:
- Owner 资源归属,个人或团队。
-
setOwner
public void setOwner(Entity Owner)
Set 资源归属,个人或团队。- Parameters:
Owner- 资源归属,个人或团队。
-
-