public class GetDeployListRequest extends AbstractModel
| Constructor and Description | 
|---|
GetDeployListRequest()  | 
GetDeployListRequest(GetDeployListRequest 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 | 
|---|---|
String | 
getClusterId()
Get The network ID. 
 | 
Long | 
getDisplayLength()
Get The maximum number of records to return. 
 | 
Long | 
getDisplayStart()
Get The start. 
 | 
Long | 
getGroupId()
Get The group ID. 
 | 
void | 
setClusterId(String ClusterId)
Set The network ID. 
 | 
void | 
setDisplayLength(Long DisplayLength)
Set The maximum number of records to return. 
 | 
void | 
setDisplayStart(Long DisplayStart)
Set The start. 
 | 
void | 
setGroupId(Long GroupId)
Set The group ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic GetDeployListRequest()
public GetDeployListRequest(GetDeployListRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public Long getDisplayStart()
public void setDisplayStart(Long DisplayStart)
DisplayStart - The start.public Long getDisplayLength()
public void setDisplayLength(Long DisplayLength)
DisplayLength - The maximum number of records to return.Copyright © 2023. All rights reserved.