public class OrganizationServiceAssign extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OrganizationServiceAssign()  | 
OrganizationServiceAssign(OrganizationServiceAssign 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCanAssignCount()
Get Limit for the number of delegated admins. 
 | 
String | 
getConsoleUrl()
Get Console path of the organization service product. 
 | 
String | 
getDescription()
Get Organization service description. 
 | 
String | 
getDocument()
Get Help documentation. 
 | 
String | 
getGrantStatus()
Get Enabling status of organization service authorization. 
 | 
Long | 
getIsAssign()
Get Whether to support delegation. 
 | 
Long | 
getIsSetManagementScope()
Get Whether to support setting the delegated management scope. 
 | 
Long | 
getIsUsageStatus()
Get Whether to access the usage status. 
 | 
String | 
getMemberNum()
Get Number of the current delegated admins. 
 | 
String | 
getProduct()
Get Organization service product identifier. 
 | 
String | 
getProductName()
Get Organization service product name. 
 | 
Long | 
getServiceGrant()
Get Whether to support organization service authorization. 
 | 
Long | 
getServiceId()
Get Organization service ID. 
 | 
void | 
setCanAssignCount(Long CanAssignCount)
Set Limit for the number of delegated admins. 
 | 
void | 
setConsoleUrl(String ConsoleUrl)
Set Console path of the organization service product. 
 | 
void | 
setDescription(String Description)
Set Organization service description. 
 | 
void | 
setDocument(String Document)
Set Help documentation. 
 | 
void | 
setGrantStatus(String GrantStatus)
Set Enabling status of organization service authorization. 
 | 
void | 
setIsAssign(Long IsAssign)
Set Whether to support delegation. 
 | 
void | 
setIsSetManagementScope(Long IsSetManagementScope)
Set Whether to support setting the delegated management scope. 
 | 
void | 
setIsUsageStatus(Long IsUsageStatus)
Set Whether to access the usage status. 
 | 
void | 
setMemberNum(String MemberNum)
Set Number of the current delegated admins. 
 | 
void | 
setProduct(String Product)
Set Organization service product identifier. 
 | 
void | 
setProductName(String ProductName)
Set Organization service product name. 
 | 
void | 
setServiceGrant(Long ServiceGrant)
Set Whether to support organization service authorization. 
 | 
void | 
setServiceId(Long ServiceId)
Set Organization service ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OrganizationServiceAssign()
public OrganizationServiceAssign(OrganizationServiceAssign source)
public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId - Organization service ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getProductName()
public void setProductName(String ProductName)
ProductName - Organization service product name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsAssign()
public void setIsAssign(Long IsAssign)
IsAssign - Whether to support delegation. Valid values: 1 (yes), 2 (no).
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Organization service description.
Note: This field may return null, indicating that no valid values can be obtained.public String getMemberNum()
public void setMemberNum(String MemberNum)
MemberNum - Number of the current delegated admins.
Note: This field may return null, indicating that no valid values can be obtained.public String getDocument()
public void setDocument(String Document)
Document - Help documentation.
Note: This field may return null, indicating that no valid values can be obtained.public String getConsoleUrl()
public void setConsoleUrl(String ConsoleUrl)
ConsoleUrl - Console path of the organization service product.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsUsageStatus()
public void setIsUsageStatus(Long IsUsageStatus)
IsUsageStatus - Whether to access the usage status. Valid values: 1 (yes), 
 2 (no).
Note: This field may return null, indicating that no valid values can be obtained.public Long getCanAssignCount()
public void setCanAssignCount(Long CanAssignCount)
CanAssignCount - Limit for the number of delegated admins.
Note: This field may return null, indicating that no valid values can be obtained.public String getProduct()
public void setProduct(String Product)
Product - Organization service product identifier.
Note: This field may return null, indicating that no valid values can be obtained.public Long getServiceGrant()
public void setServiceGrant(Long ServiceGrant)
ServiceGrant - Whether to support organization service authorization. Valid values: 1 (yes), 2 (no).
Note: This field may return null, indicating that no valid values can be obtained.public String getGrantStatus()
public void setGrantStatus(String GrantStatus)
GrantStatus - Enabling status of organization service authorization. This field is valid when ServiceGrant is 1. Valid values: Enabled, Disabled. 
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsSetManagementScope()
public void setIsSetManagementScope(Long IsSetManagementScope)
IsSetManagementScope - Whether to support setting the delegated management scope. Valid values: 1 (yes), 2 (no).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.