public class ListAppSgRequest extends ListRequest
| Constructor and Description |
|---|
ListAppSgRequest(String blbId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlbId() |
Boolean |
getExactlyMatch() |
String |
getName() |
void |
setBlbId(String blbId) |
void |
setExactlyMatch(Boolean exactlyMatch) |
void |
setName(String name) |
ListAppSgRequest |
withBlbId(String blbId) |
ListAppSgRequest |
withExactlyMatch(Boolean exactlyMatch) |
ListAppSgRequest |
withName(String name) |
ListAppSgRequest |
withRequestCredentials(BceCredentials credentials) |
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeysgetRequestCredentials, setRequestCredentialspublic ListAppSgRequest(String blbId)
public String getName()
public void setName(String name)
public String getBlbId()
public void setBlbId(String blbId)
public ListAppSgRequest withBlbId(String blbId)
public ListAppSgRequest withName(String name)
public Boolean getExactlyMatch()
public void setExactlyMatch(Boolean exactlyMatch)
public ListAppSgRequest withExactlyMatch(Boolean exactlyMatch)
public ListAppSgRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.