public class InsProdResource extends AlipayObject
Constructor and Description |
---|
InsProdResource() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets key.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
void |
setKey(String key)
Sets key.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
void |
setValue(String value)
Sets value.
|
public String getKey()
public void setKey(String key)
key
- the keypublic String getName()
public void setName(String name)
name
- the namepublic String getType()
public void setType(String type)
type
- the typepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.