public class Policy extends Object
Constructor and Description |
---|
Policy() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getBlob() |
String |
getId() |
String |
getProjectId() |
String |
getType() |
String |
getUserId() |
void |
setBlob(Map<String,String> blob) |
void |
setId(String id) |
void |
setProjectId(String projectId) |
void |
setType(String type) |
void |
setUserId(String userId) |
public String getId()
public void setId(String id)
public String getProjectId()
public void setProjectId(String projectId)
public String getType()
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
Copyright © 2012–2019. All rights reserved.