@Generated public class CreateExternalLocation extends Object
| Constructor and Description |
|---|
CreateExternalLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessPoint() |
String |
getComment() |
String |
getCredentialName() |
EncryptionDetails |
getEncryptionDetails() |
String |
getName() |
Boolean |
getReadOnly() |
Boolean |
getSkipValidation() |
String |
getUrl() |
int |
hashCode() |
CreateExternalLocation |
setAccessPoint(String accessPoint) |
CreateExternalLocation |
setComment(String comment) |
CreateExternalLocation |
setCredentialName(String credentialName) |
CreateExternalLocation |
setEncryptionDetails(EncryptionDetails encryptionDetails) |
CreateExternalLocation |
setName(String name) |
CreateExternalLocation |
setReadOnly(Boolean readOnly) |
CreateExternalLocation |
setSkipValidation(Boolean skipValidation) |
CreateExternalLocation |
setUrl(String url) |
String |
toString() |
public CreateExternalLocation setAccessPoint(String accessPoint)
public String getAccessPoint()
public CreateExternalLocation setComment(String comment)
public String getComment()
public CreateExternalLocation setCredentialName(String credentialName)
public String getCredentialName()
public CreateExternalLocation setEncryptionDetails(EncryptionDetails encryptionDetails)
public EncryptionDetails getEncryptionDetails()
public CreateExternalLocation setName(String name)
public String getName()
public CreateExternalLocation setReadOnly(Boolean readOnly)
public Boolean getReadOnly()
public CreateExternalLocation setSkipValidation(Boolean skipValidation)
public Boolean getSkipValidation()
public CreateExternalLocation setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.