com.baidubce.services.iotdm.model
Class UpdateGroupRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.iotdm.model.UpdateGroupRequest
public class UpdateGroupRequest
- extends AbstractBceRequest
Represent the request of updating group information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateGroupRequest
public UpdateGroupRequest()
getName
public String getName()
setName
public void setName(String name)
getParent
public String getParent()
setParent
public void setParent(String parent)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
withName
public UpdateGroupRequest withName(String name)
withParent
public UpdateGroupRequest withParent(String parent)
withDescription
public UpdateGroupRequest withDescription(String description)
withRequestCredentials
public UpdateGroupRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.