Package com.ibm.cloud.is.vpc.v1.model
Class ResourceGroupReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ResourceGroupReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResourceGroupReference extends com.ibm.cloud.sdk.core.service.model.GenericModelResourceGroupReference.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.
-
-
-
Method Detail
-
getHref
public String getHref()
Gets the href. The URL for this resource group.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this resource group.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this resource group.- Returns:
- the name
-
-