Class ContextAttributes
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.polaris.common.api.PolarisResponse
-
- com.synopsys.integration.polaris.common.api.model.ContextAttributes
-
- All Implemented Interfaces:
PolarisAttributes
,java.io.Serializable
public class ContextAttributes extends PolarisResponse implements PolarisAttributes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getCurrent()
java.lang.String
getOrganizationname()
void
setCurrent(java.lang.Boolean current)
void
setOrganizationname(java.lang.String organizationname)
-
Methods inherited from class com.synopsys.integration.polaris.common.api.PolarisResponse
getJson, setJson
-
-